2023-01-07 13:00:00 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2023-02-02 14:15:17 +01:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[{v.mod,*.v}]
|
2023-01-07 13:00:00 +01:00
|
|
|
indent_style = tab
|
2023-02-02 14:15:17 +01:00
|
|
|
indent_size = 4
|
|
|
|
|
2023-10-02 13:46:51 +02:00
|
|
|
[{Dockerfile,Dockerfile.*}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
2023-02-02 14:15:17 +01:00
|
|
|
[*.{yml,yaml,hcl,toml}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.{diff,md}]
|
|
|
|
trim_trailing_whitespace = false
|