This commit is contained in:
Liyas Thomas
2020-08-13 16:50:02 +05:30
parent 1c95ac7f07
commit 124d9ff269
32 changed files with 2343 additions and 3416 deletions

View File

@@ -1,11 +1,13 @@
# https://editorconfig.org
# editorconfig.org
root = true
[*]
indent_size = 2
indent_style = space
charset = utf-8
indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false