Add .editorconfig (refs #59) #60

Merged
sneak merged 1 commits from issue-59-editorconfig into main 2026-08-07 17:46:19 +02:00
Showing only changes of commit a8a424d75f - Show all commits

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