Skip to content

Commit

Permalink
Enabling formatter on/off tags
Browse files Browse the repository at this point in the history
Allows overriding Eclipse formatter in order to comply with the
guidelines, when Eclipse formatter doesn't work.
  • Loading branch information
ctubbsii committed Jul 21, 2016
1 parent 6d3a7d8 commit 1fc3709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse-java-google-style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="0"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.wrap_prefer_two_fragments" value="false"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/>
Expand Down

0 comments on commit 1fc3709

Please sign in to comment.