editorconfig: root config

This commit is contained in:
fanyx 2025-03-16 15:53:59 +01:00
parent faae84f133
commit 9c8c7dee85
Signed by: fanyx
SSH key fingerprint: SHA256:Gwc2cuQkLEIzOapSR+R8raHvC1bSAkPsYuPqlPoFlD8

8
dot_editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 2
indent_style = space