Set up TS, linter and formatter

This commit is contained in:
Henrik Hüttemann
2023-05-19 17:16:13 +02:00
parent 17a76ea343
commit bdf3ef1e52
7 changed files with 4786 additions and 17 deletions
+13
View File
@@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false