Add Erlang file types to editorconfig

This commit is contained in:
Marcel Otto 2017-07-05 23:05:09 +02:00
parent 306b2013d5
commit 63be10310a

View file

@ -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