Add .editorconfig
This commit is contained in:
parent
4ca50e846d
commit
970220c561
|
@ -0,0 +1,9 @@
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.{lua,txt,md,json}]
|
||||||
|
charset = utf8
|
||||||
|
indent_size = 8
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
Ŝarĝante…
Reference in New Issue