2022-03-18 10:21:34 +00: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 07:57:20 +00:00
|
|
|
[*.{md,yml,yaml,cff}]
|
2022-03-18 10:21:34 +00:00
|
|
|
indent_size = 2
|