editorconfig: init
Add a barebones `.editorconfig` to at least trim whitspaces and enforce some minimal norms
This commit is contained in:
parent
254e161c07
commit
13c50217da
7
.editorconfig
Normal file
7
.editorconfig
Normal file
|
@ -0,0 +1,7 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
Loading…
Reference in a new issue