Skip to content

Commit c32a434

Browse files
committed
Merge pull request #32 from lucasmazza/indent-fn
Index the `fn` pattern
2 parents b9067ee + b2fec00 commit c32a434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/language-elixir.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'.source.elixir':
22
'editor':
33
'commentStart': '# '
4-
'increaseIndentPattern': '(after|else|catch|rescue|^.*(do|<\\-|\\->|\\{|\\[))\\s*$'
4+
'increaseIndentPattern': '(after|else|catch|rescue|fn|^.*(do|<\\-|\\->|\\{|\\[))\\s*$'
55
'decreaseIndentPattern': '^\\s*((\\}|\\])\\s*$|(after|else|catch|rescue|end)\\b)'

0 commit comments

Comments
 (0)