Skip to content

Commit

Permalink
Added missing else to indentation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
KubeRoot committed Oct 4, 2017
1 parent a7d1945 commit cf54261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Indent.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<key>settings</key>
<dict>
<key>decreaseIndentPattern</key>
<string>.*\b(endif|endwhile|loop|endonce)\b.*</string>
<string>.*\b(endif|endwhile|loop|endonce|else)\b.*</string>
<key>increaseIndentPattern</key>
<string>.*\b(once|if|repeat|do)\b((?!(endif|endwhile|loop|endonce)\b).)*$</string>
<string>.*\b(once|if|repeat|do|else)\b((?!(endif|endwhile|loop|endonce)\b).)*$</string>
</dict>
</dict>
</plist>

0 comments on commit cf54261

Please sign in to comment.