File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,5 @@ Checkstyle configuration that checks the biojava coding conventions.
8282 <module name =" NewlineAtEndOfFile" />
8383 <module name =" Translation" />
8484 <module name =" FileLength" />
85- <module name =" FileTabCharacter" >
86- <property name =" severity" value =" ignore" />
87- <metadata name =" net.sf.eclipsecs.core.lastEnabledSeverity" value =" inherit" />
88- </module >
85+ <module name =" FileTabCharacter" />
8986</module >
Original file line number Diff line number Diff line change 8989<setting id =" org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value =" 16" />
9090<setting id =" org.eclipse.jdt.core.formatter.alignment_for_assignment" value =" 0" />
9191<setting id =" org.eclipse.jdt.core.compiler.problem.assertIdentifier" value =" error" />
92- <setting id =" org.eclipse.jdt.core.formatter.tabulation.char" value =" tab " />
92+ <setting id =" org.eclipse.jdt.core.formatter.tabulation.char" value =" space " />
9393<setting id =" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value =" insert" />
9494<setting id =" org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value =" insert" />
9595<setting id =" org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value =" do not insert" />
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Set up your development environment (assuming the use of Eclipse) as follows:
1919 * Add missing '@Deprecated' annotations
2020 * Remove unnecessary casts
2121 * Remove unnecessary '$NON-NLS$' tags
22- * Remove trailing white spaces on all lines
22+ * Remove trailing white spaces on all lines
23+ * configure XML formatting in ` Preferences > XML > XML Files > Editor `
24+ * Line width: `120`
25+ * Format comments (and join lines)
26+ * Insert whitespace before closing empty end-tags
27+ * Indent using `2` spaces
2328* install the Checkstyle Plugin and import ` biojava-checkstyle.xml `
2429* (install the Findbugs Plugin)
You can’t perform that action at this time.
0 commit comments