add editor config
This commit is contained in:
parent
4c8dd5cc90
commit
3224136dab
3 changed files with 23 additions and 1 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue