19 lines
629 B
Text
19 lines
629 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>name</key>
|
|
<string>Indentation Rules</string>
|
|
<key>scope</key>
|
|
<string>source.erlang</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>^\s*\b(end)\b</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>^[^%]*(\b(if|case|receive|after|fun|try|catch|begin|query)\b(?!.*\b(end)\b.*))|(->(\s*%.*)?$)</string>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>34E0D602-ADAE-43F9-A661-0323A821AB75</string>
|
|
</dict>
|
|
</plist>
|