19 lines
539 B
Text
19 lines
539 B
Text
<?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>
|