Skip to content

Commit

Permalink
Use spaces instead of tabs to indent shellscript mode
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Oct 10, 2010
1 parent dd032b0 commit 8750211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shellscript.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<PROPERTY NAME="indentOpenBrackets" VALUE="{" /> <PROPERTY NAME="indentOpenBrackets" VALUE="{" />
<PROPERTY NAME="indentCloseBrackets" VALUE="}" /> <PROPERTY NAME="indentCloseBrackets" VALUE="}" />


<PROPERTY NAME="noTabs" VALUE="true"/> <PROPERTY NAME="noTabs" VALUE="false"/>
<PROPERTY NAME="indentSize" VALUE="2" /> <PROPERTY NAME="indentSize" VALUE="4" />
<PROPERTY NAME="tabSize" VALUE="2"/> <PROPERTY NAME="tabSize" VALUE="4"/>
</PROPS> </PROPS>
<RULES ESCAPE="\" IGNORE_CASE="TRUE" HIGHLIGHT_DIGITS="TRUE"> <RULES ESCAPE="\" IGNORE_CASE="TRUE" HIGHLIGHT_DIGITS="TRUE">
<!-- Comments --> <!-- Comments -->
Expand Down

0 comments on commit 8750211

Please sign in to comment.