Author: nick
Date: Tue Nov 12 11:35:40 2013
New Revision: 1541007
URL: http://svn.apache.org/r1541007
Log:
Formatting standards are all spaces, not mixed tabs, so fix the Eclipse
preferences
Modified:
poi/trunk/.settings/org.eclipse.jdt.core.prefs
Modified: poi/trunk/.settings/org.eclipse.jdt.core.prefs
URL:
http://svn.apache.org/viewvc/poi/trunk/.settings/org.eclipse.jdt.core.prefs?rev=1541007&r1=1541006&r2=1541007&view=diff
==============================================================================
--- poi/trunk/.settings/org.eclipse.jdt.core.prefs (original)
+++ poi/trunk/.settings/org.eclipse.jdt.core.prefs Tue Nov 12 11:35:40 2013
@@ -292,7 +292,7 @@ org.eclipse.jdt.core.formatter.never_ind
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]