Add .editorconfig (closes #27) #28

Merged
sneak merged 1 commits from issue-27-editorconfig into main 2026-08-07 17:46:27 +02:00

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab