2016-12-30 05:02:08 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 2
|
|
|
|
charset = utf-8
|
|
|
|
insert_final_newline = true
|
2023-02-14 05:13:34 +01:00
|
|
|
end_of_line = lf
|
2023-07-08 00:08:16 +02:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
2016-12-30 05:02:08 +01:00
|
|
|
|
2023-02-26 10:18:23 +01:00
|
|
|
[*.{yml,yaml}]
|
2017-03-30 18:31:24 +02:00
|
|
|
indent_style = space
|