add editor config
parent
4c8dd5cc90
commit
3224136dab
@ -0,0 +1,15 @@
|
||||
# Remove the line below if you want to inherit .editorconfig settings from higher directories
|
||||
root = true
|
||||
|
||||
#### Core EditorConfig Options ####
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
tab_width = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{yml,yaml,lua,json}]
|
||||
indent_size = 2
|
@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
Loading…
Reference in New Issue