2021-06-24 09:42:23 -04:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
2021-07-11 09:18:00 -04:00
|
|
|
|
|
|
|
[*.yaml]
|
|
|
|
indent_size = 2
|
2021-07-12 22:31:31 -04:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
2021-07-31 06:58:12 -04:00
|
|
|
|
|
|
|
[*.vue]
|
|
|
|
trim_trailing_whitespace = false
|
2022-12-10 10:30:32 -05:00
|
|
|
|
|
|
|
[*.go]
|
|
|
|
indent_style = tab
|