This commit is contained in:
2023-09-14 23:45:40 +03:00
parent 88fe261f43
commit bc1a2399f4
3 changed files with 48 additions and 15 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# @see http://EditorConfig.org
root = true
[src/**]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true