Janik Haag
b4deee29af
Add a barebones `.editorconfig` to at least trim whitspaces and enforce some minimal norms
8 lines
110 B
INI
8 lines
110 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|