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