noom: .editorconfig file

This commit is contained in:
2026-04-17 20:22:34 +02:00
parent 055f56fcc2
commit 92b85584c1

9
.editorconfig Normal file
View File

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