mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add bundles and themes
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user