add files

This commit is contained in:
obvTiger 2025-02-26 13:34:51 +01:00
parent d34e2a4b03
commit 5cdf14a9d4
50 changed files with 2093 additions and 0 deletions

19
.editorconfig Normal file
View file

@ -0,0 +1,19 @@
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2
tab_width = 2