initial commit

This commit is contained in:
sergiuToporjinschi
2022-01-29 18:22:33 +02:00
parent ae0c51416a
commit b5cd1b4c22
23 changed files with 808 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[**.py]
indent_style = space
indent_size = 4
[**.js]
indent_style = space
indent_size = 4