Add EditorConfig

This commit is contained in:
T. R. Bernstein
2024-07-03 00:06:57 +02:00
committed by T. R. Bernstein
parent 376fa36c01
commit 6f4e21344a

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
ident_style = tab
tab_width = 2