Fix GitHub Workflow

This commit is contained in:
Lukas Aldershaab 2023-04-08 00:57:03 +02:00
parent be4f3e7f1b
commit 9572a3b5e4
2 changed files with 72 additions and 73 deletions

View file

@ -11,3 +11,8 @@ insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
[*.{yaml,yml}]
tab_width = 2
indent_style = space
indent_size = 2