Run pre-commit to warm up cache
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Henrik HerHde Huettemann 2024-06-19 17:18:17 +02:00
parent 94a4817e70
commit 90590626b8
Signed by: HueHe
GPG key ID: 68FE5FEEBF1EAF5B
7 changed files with 109 additions and 14 deletions

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Non-standard
quote_type = single
[*.{diff,patch}]
indent_style = unset
indent_size = unset