Skip to content

Commit 9ca27de

Browse files
committed
Merge pull request atom#72 from malexandre/master
Workaround for Allman-style indentation
2 parents dce1486 + 2bfb47e commit 9ca27de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scoped-properties/language-javascript.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| ^ \\s* \\}? \\s* else \\s* (?!.*?;\\s*$)
1212
| ^ \\s* (for|while) \\s* \\( (?!.*?;\\s*$)
1313
| ^ \\s* do \\s* $
14+
| ^ \\s* \\{
1415
'
1516
'decreaseIndentPattern': '(?x)
1617
^ \\s* (\\s* /[*] .* [*]/ \\s*)* [})]

0 commit comments

Comments
 (0)