2022-03-18 06:21:34 -04:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
|
2022-07-12 03:57:20 -04:00
|
|
|
[*.{md,yml,yaml,cff}]
|
2022-03-18 06:21:34 -04:00
|
|
|
indent_size = 2
|