[SHARED] Add editorconfig file

This commit is contained in:
Kamil Gurgul
2024-10-01 07:42:13 +02:00
parent e6574ede9d
commit aed463219a
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false