Skip to content

Commit

Permalink
Disable indent corrections in TextMate 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 29, 2012
1 parent 5567bb2 commit 91f40ce
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Disable indent corrections</string>
<key>scope</key>
<string>source.stylus</string>
<key>settings</key>
<dict>
<key>disableIndentCorrections</key>
<string>1</string>
</dict>
<key>uuid</key>
<string>491D0D08-AA57-45F3-A8D2-4991CD88418A</string>
</dict>
</plist>

0 comments on commit 91f40ce

Please sign in to comment.