Add .editorconfig

This commit is contained in:
Emi Simpson 2022-02-02 14:37:55 -05:00
parent e3177c2338
commit 0d26d811e5
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 19 additions and 0 deletions

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
max_line_length = 90
[*.md]
max_line_length = 0
[*.elm]
indent_style = space
indent_size = 2
[elm.json]
indent_style = space
indent_size = 2