Initial commit

This commit is contained in:
2023-04-08 09:18:52 +02:00
commit 40e6fa63e5
34 changed files with 1060 additions and 0 deletions

29
.yamllint Normal file
View File

@@ -0,0 +1,29 @@
ignore: |
vendor/
node_modules/
.github/
extends: default
rules:
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
max: 1
max-start: 0
max-end: 0
line-length: disable
truthy:
allowed-values: [ 'true', 'false' ]
check-keys: false
braces:
level: warning
max-spaces-inside: 1
brackets:
level: warning
max-spaces-inside: 1
indentation:
spaces: 2
indent-sequences: true
check-multi-line-strings: false