]> source.dussan.org Git - poi.git/commitdiff
Formatting standards are all spaces, not mixed tabs, so fix the Eclipse preferences
authorNick Burch <nick@apache.org>
Tue, 12 Nov 2013 11:35:40 +0000 (11:35 +0000)
committerNick Burch <nick@apache.org>
Tue, 12 Nov 2013 11:35:40 +0000 (11:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1541007 13f79535-47bb-0310-9956-ffa450edef68

.settings/org.eclipse.jdt.core.prefs

index 9794f21b7450ee82c3f4c5192fa20640ec0d425b..03406e090ca09692e3b586ee5e168c6de1afb7ef 100644 (file)
@@ -292,7 +292,7 @@ org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
-org.eclipse.jdt.core.formatter.tabulation.char=mixed
+org.eclipse.jdt.core.formatter.tabulation.char=space
 org.eclipse.jdt.core.formatter.tabulation.size=4
 org.eclipse.jdt.core.formatter.use_on_off_tags=false
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false