Add .editorconfig

This commit is contained in:
Valentin Silytuin 2023-09-04 13:03:22 +04:00
parent abcba7bd6b
commit 18c5521649
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

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