second commit

This commit is contained in:
sockenklaus
2023-06-30 01:32:47 +02:00
parent 6b7fd89313
commit 1d2e76132d
6 changed files with 217 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false