repo: add .editorconfig

This commit is contained in:
2026-06-15 19:46:54 -04:00
parent 9f8e2eed23
commit aa6b834e56
+15
View File
@@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
tab_width = 4
charset = utf-8
[*.ebuild]
indent_style = tab
trim_trailing_whitespace = true
[repositories.xml]
indent_style = space
tab_width = 2