Skip to content

Commit

Permalink
Merge pull request #32 from lucasmazza/indent-fn
Browse files Browse the repository at this point in the history
Index the `fn` pattern
  • Loading branch information
keathley committed Jan 18, 2016
2 parents b9067ee + b2fec00 commit c32a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/language-elixir.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'.source.elixir':
'editor':
'commentStart': '# '
'increaseIndentPattern': '(after|else|catch|rescue|^.*(do|<\\-|\\->|\\{|\\[))\\s*$'
'increaseIndentPattern': '(after|else|catch|rescue|fn|^.*(do|<\\-|\\->|\\{|\\[))\\s*$'
'decreaseIndentPattern': '^\\s*((\\}|\\])\\s*$|(after|else|catch|rescue|end)\\b)'

0 comments on commit c32a434

Please sign in to comment.