26 lines
784 B
Text
26 lines
784 B
Text
<?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>Indentation Rules</string>
|
|
<key>scope</key>
|
|
<string>source.d</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>^(.*\*/)?\s*\}([^}{"']*\{)?[;\s]*(//.*|/\*.*\*/\s*)?$|^\s*(public|private|protected):\s*$</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>^.*\{[^}"']*$|^\s*(public|private|protected):\s*$</string>
|
|
|
|
<key>bracketIndentNextLinePattern</key>
|
|
<string>(?x)
|
|
^ \s* \b(if|while|else|foreach)\b [^;]* $
|
|
| ^ \s* \b(for)\b .* $
|
|
</string>
|
|
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>7C8F9C84-7DCC-4DD7-B32E-A638F322199F</string>
|
|
</dict>
|
|
</plist>
|