Skip to content

Commit c504102

Browse files
authored
Merge pull request #74 from KevinSjoberg/fix-indentation-rules
Improve indentation rules
2 parents 5e032ff + e125b48 commit c504102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preferences/Miscellaneous.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>increaseIndentPattern</key>
1414
<string>(?x)^
1515
(\s*
16-
(module|class|struct|union|lib|(private\s+|protected\s+)?(def|macro)
16+
((private\s+)?module|((abstract|private)\s+)?class|struct|union|lib|((abstract|private|protected)\s+)?def|(private\s+)?macro
1717
|unless|if|else|elsif
1818
|case|when
1919
|begin|rescue|ensure

0 commit comments

Comments
 (0)