2022-12-19 15:59:14 -08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
indent_style = space
|
2024-05-05 13:25:05 -07:00
|
|
|
indent_size = 4
|
2022-12-19 15:59:14 -08:00
|
|
|
end_of_line = lf
|
|
|
|
|
charset = utf-8
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|