Initial commit

This commit is contained in:
Marc-André Lureau
2021-01-23 20:03:56 +04:00
commit edaffdb868
43 changed files with 1656 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{build,yml,ui,yaml}]
indent_size = 2
[*.{json,py}]
indent_size = 4