Init 🌌

This commit is contained in:
2021-11-08 07:08:20 +03:00
commit 6c562b9e6a
10 changed files with 102 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
[{*.html,*.css,*.json}]
indent_style = tab
indent_size = 4
[*.js]
indent_style = space
indent_size = 2