Skip to content

Commit c72ac42

Browse files
committed
decrease indent on "else"
1 parent d2b04ca commit c72ac42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Preferences/Miscellaneous.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>settings</key>
99
<dict>
1010
<key>decreaseIndentPattern</key>
11-
<string>(?i)(^\s*(End|Endif|Return|Next|Endwhile|Until|Endgroup))</string>
11+
<string>(?i)(^\s*(End|Endif|Else|Return|Next|Endwhile|Until|Endgroup))</string>
1212
<key>increaseIndentPattern</key>
1313
<string>(?i)(^\s*(If)\b.*\sThen$)|(^\s*(Else)\s*$)|(^\s*(For|Do|While|Repeat|Group)\b.*$)|(([0-9]+|(")[a-z_]+(")):)</string>
1414
<key>shellVariables</key>

0 commit comments

Comments
 (0)