Skip to content

Commit

Permalink
Disable indent corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Dec 6, 2012
1 parent 60be009 commit abafcb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Preferences/Indentation Rules.tmPreferences
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>name</key> <key>name</key>
Expand All @@ -10,8 +10,12 @@
<dict> <dict>
<key>decreaseIndentPattern</key> <key>decreaseIndentPattern</key>
<string>^\s*\b(end)\b</string> <string>^\s*\b(end)\b</string>
<key>disableIndentCorrections</key>
<true/>
<key>increaseIndentPattern</key> <key>increaseIndentPattern</key>
<string>^[^%]*(\b(if|case|receive|after|fun|try|catch|begin|query)\b(?!.*\b(end)\b.*))|(-&gt;(\s*%.*)?$)</string> <string>^[^%]*(\b(if|case|receive|after|fun|try|catch|begin|query)\b(?!.*\b(end)\b.*))|(-&gt;(\s*%.*)?$)</string>
<key>indentOnPaste</key>
<string>simple</string>
</dict> </dict>
<key>uuid</key> <key>uuid</key>
<string>34E0D602-ADAE-43F9-A661-0323A821AB75</string> <string>34E0D602-ADAE-43F9-A661-0323A821AB75</string>
Expand Down

0 comments on commit abafcb9

Please sign in to comment.