forked from the-distro/infra
editorconfig: init
Add a barebones `.editorconfig` to at least trim whitspaces and enforce some minimal norms
This commit is contained in:
parent
756341ea4c
commit
b4deee29af
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