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