feature/sleep-for-ever (#6)
All checks were successful
build / Dockerfile lint (push) Successful in 7s
build / build (push) Successful in 26s

Reviewed-on: #6
This commit is contained in:
2023-11-12 12:40:49 +01:00
parent 41fd71d826
commit e6bf1689bc
5 changed files with 21 additions and 5 deletions

View File

@ -8,5 +8,5 @@ indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
trim_trailing_whitespace = true
insert_final_newline = true