Initial commit

This commit is contained in:
Miguel Sozinho Ramalho
2023-01-22 11:37:36 +00:00
committed by GitHub
commit 6f76e64973
25 changed files with 15425 additions and 0 deletions

12
.editorconfig Normal file
View File

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