1
0

Add editorconfig

This commit is contained in:
Romein van Buren 2025-02-28 17:08:52 +01:00
parent 99f7c24325
commit 2eeaa65198
No known key found for this signature in database

9
.editorconfig Normal file
View File

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