Add editor config
This commit is contained in:
parent
fc6f33475c
commit
f1b63c5031
13
dot_editorconfig
Normal file
13
dot_editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
# https://editorconfig.org/
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user