initial commit

This commit is contained in:
2022-07-11 19:27:00 +02:00
commit fc1690fb7d
122 changed files with 29578 additions and 0 deletions

23
.editorconfig Normal file
View File

@@ -0,0 +1,23 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
[*.{php,html,twig}]
indent_style = space
indent_size = 4
[*.{css,scss,js,vue}]
indent_style = space
indent_size = 3
[*.md]
max_line_length = 80
[COMMIT_EDITMSG]
max_line_length = 0