Add .editorconfig

This commit is contained in:
exu 2023-11-22 13:25:18 +01:00
parent e063a0af91
commit a480459fee

4
.editorconfig Normal file
View File

@ -0,0 +1,4 @@
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true