editorconfig: init #61

Merged
delroth merged 1 commit from editorconfig into main 2024-07-13 01:10:23 +00:00
Showing only changes of commit 13c50217da - Show all commits

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8