We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9067ee + b2fec00 commit c32a434Copy full SHA for c32a434
settings/language-elixir.cson
@@ -1,5 +1,5 @@
1
'.source.elixir':
2
'editor':
3
'commentStart': '# '
4
- 'increaseIndentPattern': '(after|else|catch|rescue|^.*(do|<\\-|\\->|\\{|\\[))\\s*$'
+ 'increaseIndentPattern': '(after|else|catch|rescue|fn|^.*(do|<\\-|\\->|\\{|\\[))\\s*$'
5
'decreaseIndentPattern': '^\\s*((\\}|\\])\\s*$|(after|else|catch|rescue|end)\\b)'
0 commit comments