2021-06-24 14:42:23 +01: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 14:18:00 +01:00
|
|
|
|
|
|
|
[*.yaml]
|
|
|
|
indent_size = 2
|
2021-07-13 03:31:31 +01:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
2021-07-31 11:58:12 +01:00
|
|
|
|
|
|
|
[*.vue]
|
|
|
|
trim_trailing_whitespace = false
|