mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
20 lines
601 B
Plaintext
20 lines
601 B
Plaintext
<?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>JavaScript Indent</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>^(.*\*/)?\s*(\}|\))([^{]*\{)?([;,]?\s*|\.[^{]*|\s*\)[;\s]*)$</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>^.*(\{[^}"']*|\([^)"']*)$</string>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>BC062860-3346-4D3B-8421-C5543F83D11F</string>
|
|
</dict>
|
|
</plist>
|