Добавил .editorconfig

This commit is contained in:
Иван Кузьменко 2025-03-20 21:52:08 +03:00
parent 7278d9baa6
commit 5ac3dc07f0

9
.editorconfig Normal file
View file

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