2019-05-15 16:38:55 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = true
|
2020-01-07 05:54:46 +01:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
2020-01-09 21:57:42 +01:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
indent_size = 2
|