Add editorconfig

This commit is contained in:
Ondřej 2023-09-28 20:18:14 +02:00
parent 469529bd66
commit 35afe64ecb

9
.editorconfig Normal file
View file

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