Add .editorconfig

This commit is contained in:
Сергей Прохоров 2019-03-05 01:30:56 +01:00
parent 40dfa84d61
commit 68ba4e792f
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# https://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{erl,hrl}]
indent_style = space
indent_size = 4
max_line_length = 100