2016-12-29 22:02:08 -06:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 2
|
|
|
|
charset = utf-8
|
|
|
|
insert_final_newline = true
|
2023-02-13 22:13:34 -06:00
|
|
|
end_of_line = lf
|
2023-07-07 17:08:16 -05:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
2016-12-29 22:02:08 -06:00
|
|
|
|
2023-02-26 03:18:23 -06:00
|
|
|
[*.{yml,yaml}]
|
2017-03-30 11:31:24 -05:00
|
|
|
indent_style = space
|