improve caddy

This commit is contained in:
Florian Zirker 2024-12-11 15:35:57 +01:00
parent 0c4eed7709
commit bce4a0ba8f
3 changed files with 39 additions and 21 deletions

View file

@ -22,3 +22,12 @@ end_of_line = lf
indent_style = space
indent_size = 4
tab_width = 4
[Caddyfile]
indent_style = tab
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true