2023-02-17 14:33:13 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = tab
|
|
|
|
|
2023-05-09 13:33:23 +03:00
|
|
|
[*.{markdown,md,yaml}]
|
2023-02-17 14:33:13 +02:00
|
|
|
trim_trailing_whitespace = false
|
2023-05-09 13:33:23 +03:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|