Přidán .editorconfig, aby editory nedávaly mezery, kam nepatří. :)

This commit is contained in:
Jan Černohorský 2023-07-18 18:05:59 +02:00
parent 410c2852b2
commit af3138c049

7
.editorconfig Normal file
View file

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