improve caddy
This commit is contained in:
parent
0c4eed7709
commit
bce4a0ba8f
3 changed files with 39 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue