This commit is contained in:
Andras Schmelczer 2025-10-18 15:36:49 +01:00
commit 352c71af65
185 changed files with 20165 additions and 0 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
[*.{yml,yaml}]
indent_size = 2