refactor: start over

This commit is contained in:
2024-07-31 00:50:10 +03:00
committed by Chen Asraf
parent b51495f464
commit f6dcfd77ed
69 changed files with 2286 additions and 199 deletions

View File

@@ -1,18 +1,9 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
tab_width = 2
indent_size = 2
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false