2019-05-14 07:52:49 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2020-08-22 12:26:06 +00:00
|
|
|
indent_style = tab
|
2019-05-14 07:52:49 +00:00
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
2020-08-22 12:26:06 +00:00
|
|
|
[*.{yml,yaml}]
|
2019-05-14 07:52:49 +00:00
|
|
|
indent_size = 2
|