From: <chr...@us...> - 2007-01-20 21:02:53
|
Revision: 1638 http://svn.sourceforge.net/gridarta/?rev=1638&view=rev Author: christianhujer Date: 2007-01-20 13:02:53 -0800 (Sat, 20 Jan 2007) Log Message: ----------- Changed code style of switch statements to match that of SUN. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2007-01-20 20:44:12 UTC (rev 1637) +++ trunk/gridarta.ipr 2007-01-20 21:02:53 UTC (rev 1638) @@ -17,6 +17,7 @@ <option name="PER_PROJECT_SETTINGS"> <value> <option name="LINE_SEPARATOR" value=" " /> + <option name="INDENT_CASE_FROM_SWITCH" value="false" /> <option name="BLANK_LINES_BEFORE_PACKAGE" value="1" /> <option name="BLANK_LINES_AROUND_FIELD" value="1" /> <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |