You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,9 @@ Please follow these formatting guidelines:
159
159
160
160
* Java indent is 4 spaces
161
161
* Line width is 140 characters
162
-
* Line width for code snippets that are included in the documentation (the ones surrounded by `// tag` and `// end` comments) is 76 characters
162
+
* Lines of code surrounded by `// tag` and `// end` comments are included in the
163
+
documentation and should only be 76 characters wide not counting
164
+
leading indentation
163
165
* The rest is left to Java coding standards
164
166
* Disable “auto-format on save” to prevent unnecessary format changes. This makes reviews much harder as it generates unnecessary formatting changes. If your IDE supports formatting only modified chunks that is fine to do.
165
167
* Wildcard imports (`import foo.bar.baz.*`) are forbidden and will cause the build to fail. This can be done automatically by your IDE:
0 commit comments