Add Erlang file types to editorconfig
This commit is contained in:
parent
306b2013d5
commit
63be10310a
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ end_of_line = lf
|
|||
insert_final_newline = true
|
||||
|
||||
# 2 space indentation
|
||||
[*.{ex,exs}]
|
||||
[*.{ex,exs,erl,xrl,yrl}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue