26 lines
762 B
Text
26 lines
762 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.java - comment</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>^(.*\*/)?\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)\b [^;]* $
|
|
| ^ \s* \b(for)\b .* $
|
|
</string>
|
|
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>20E93106-18CF-4BA3-9DA3-8F0C955DB774</string>
|
|
</dict>
|
|
</plist>
|