This commit is contained in:
cdricms
2025-01-12 23:28:51 +01:00
commit 3e84305d46
29 changed files with 9817 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# EditorConfig file
root = true
[*]
end_of_line = lf
indent_style = tab
indent_size = 4
tab_width = 4
[*.{yaml,yml}]
indent_style = space
indent_size = 2