Initial commit

This commit is contained in:
davidon-top 2023-12-08 20:12:52 +00:00 committed by GitHub
commit 8afbd6324d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1406 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2