forked from AntonNguyen/JavaScriptNext.tmLanguage
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJavaScript Indent.tmPreferences
More file actions
Latest commit
23 lines (23 loc) · 665 Bytes
/
Copy pathJavaScript Indent.tmPreferences
File metadata and controls
23 lines (23 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPEplist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plistversion="1.0">
<dict>
<key>name</key>
<string>JavaScript Indent</string>
<key>scope</key>
<string>source.js</string>
<key>settings</key>
<dict>
<key>bracketIndentNextLinePattern</key>
<string>(?x)
^ \s* \b(if|while|else)\b [^;]* $
| ^ \s* \b(for)\b .* $</string>
<key>decreaseIndentPattern</key>
<string>^(.*\*/)?\s*[}].*$</string>
<key>increaseIndentPattern</key>
<string>^.*\{[^}"']*$</string>
</dict>
<key>uuid</key>
<string>d408c7f9-4402-4a22-98f9-156c144591b7</string>
</dict>
</plist>