2018-05-10 10:34:22 -05:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
indent_size = 4
|
2022-10-17 16:17:59 +02:00
|
|
|
indent_style = space
|
|
|
|
|
insert_final_newline = true
|
2018-05-10 10:34:22 -05:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
2019-09-03 17:37:05 +01:00
|
|
|
[*.{yml,yaml}]
|
2018-05-10 10:34:22 -05:00
|
|
|
indent_size = 2
|
2021-06-22 16:17:05 +03:00
|
|
|
|
|
|
|
|
[docker-compose.yml]
|
|
|
|
|
indent_size = 4
|