This commit is contained in:
scito
2020-05-23 08:51:41 +02:00
commit 750d063a88
5 changed files with 386 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true