forked from Emi/ELOS-License-Builder
Add .editorconfig
This commit is contained in:
parent
e3177c2338
commit
0d26d811e5
19
.editorconfig
Normal file
19
.editorconfig
Normal 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
|
Loading…
Reference in a new issue