2018-05-10 10:34:22 -05:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 4
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
2019-09-03 17:37:05 +01:00
|
|
|
[*.{yml,yaml}]
|
2018-05-10 10:34:22 -05:00
|
|
|
indent_size = 2
|