Add editorconfig

This commit is contained in:
SillyLossy
2023-06-04 12:40:36 +03:00
parent a707dd02ff
commit c9e1ced4f2
4 changed files with 23 additions and 12 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,js,html,css,scss,md}]
charset = utf-8
indent_style = space
indent_size = 4