Add .editorconfig

This commit is contained in:
2025-04-15 11:09:57 +00:00
commit acd1f62cc9

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
tab_width = 4
trim_trailing_whitespace = true
[*.py]
max_line_length = 200
[*.yml]
tab_width = 2
[{Makefile,Makefile.am,Makefile.in}]
indent_style = tab
[*.{diff,patch}]
trim_trailing_whitespace = false