Initial commit

This commit is contained in:
Piotr Dec 2024-07-15 22:13:45 +02:00
commit dc944583ac
8 changed files with 107 additions and 0 deletions

10
.editorconfig Normal file
View file

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