ACCUMULO-1158 Update Eclipse formatter The Eclipse formatter change in ACCUMULO-1158 was reverted along with all the changes to existing files, to prevent indenting blank lines, because this caused a problem with merges in subversion. I don't anticipate that being a problem in git, but just in case, I won't make the change on all existing files. People can transition to this formatter over time.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7569b3d9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7569b3d9 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7569b3d9 Branch: refs/heads/master Commit: 7569b3d92045a4fab02a091ff4fb5d2d8bc85f12 Parents: 61f007c Author: Christopher Tubbs <[email protected]> Authored: Thu Sep 5 19:20:11 2013 -0400 Committer: Christopher Tubbs <[email protected]> Committed: Thu Sep 5 19:20:11 2013 -0400 ---------------------------------------------------------------------- contrib/Eclipse-Accumulo-Codestyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/7569b3d9/contrib/Eclipse-Accumulo-Codestyle.xml ---------------------------------------------------------------------- diff --git a/contrib/Eclipse-Accumulo-Codestyle.xml b/contrib/Eclipse-Accumulo-Codestyle.xml index 1e210e9..42e03bf 100644 --- a/contrib/Eclipse-Accumulo-Codestyle.xml +++ b/contrib/Eclipse-Accumulo-Codestyle.xml @@ -175,7 +175,7 @@ <setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> -<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="true"/> +<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/>
