2024-09-07 14:50:44 -05:00
|
|
|
root = true
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2025-01-01 16:44:48 -06:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
2024-09-07 14:50:44 -05:00
|
|
|
|
|
|
|
[*.{yaml,yml,json5}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2025-01-01 16:44:48 -06:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = false
|