Skip to content

Commit

Permalink
Merge pull request #21 from alsolovyev/dev
Browse files Browse the repository at this point in the history
Improved indentation rules for curly braces
  • Loading branch information
alsolovyev authored Jan 17, 2021
2 parents 4ee0ad8 + 3fbd4e8 commit 6ba7a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Preferences/Indents.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<key>increaseIndentPattern</key>
<string><![CDATA[(?x)
(
^.*\{\s*$
^.*\{[^}"']*$
)
|
(
Expand All @@ -26,7 +26,7 @@
<key>decreaseIndentPattern</key>
<string><![CDATA[(?x)
(
^.*\}\s*$
^(.*\*/)?\s*\}.*$
)
|
(
Expand Down

0 comments on commit 6ba7a06

Please sign in to comment.