Added sublime config
This commit is contained in:
parent
ed7d1e8ead
commit
881684f103
110 changed files with 6156 additions and 0 deletions
19
sublime-text/Default/Indentation Rules.tmPreferences
Normal file
19
sublime-text/Default/Indentation Rules.tmPreferences
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?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">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>source</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>decreaseIndentPattern</key>
|
||||
<string>^(.*\*/)?\s*\}[;\s]*$</string>
|
||||
<key>increaseIndentPattern</key>
|
||||
<string>^.*(\{[^}"']*)$</string>
|
||||
<key>disableIndentNextLinePattern</key>
|
||||
<string>^\s*\{[\]})]*\s*$</string>
|
||||
<key>indentParens</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Add a link
Reference in a new issue