We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c2529 commit 1ce91b7Copy full SHA for 1ce91b7
preferences/Indentation_Rules.tmPreferences
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<plist version="1.0">
3
+<dict>
4
+ <key>scope</key>
5
+ <string>source.elixir</string>
6
+ <key>settings</key>
7
+ <dict>
8
+ <key>increaseIndentPattern</key>
9
+ <string>^\s*(after|else|catch|rescue|^.*\b(do|<-|->|[{\[(]))\b(?![?!:])\s*$</string>
10
+ <key>decreaseIndentPattern</key>
11
+ <string>^\s*([}\])]\s*$|(after|else|catch|rescue|end)\b(?![?!:]))</string>
12
+ </dict>
13
+</dict>
14
+</plist>
0 commit comments