switch tabs to spaces, editorconfig

This commit is contained in:
Little Fluffy Clouds
2025-07-11 15:45:27 +03:00
parent 468f454cab
commit a45eaca11f
28 changed files with 5277 additions and 5347 deletions

7
.editorconfig Normal file
View File

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