2017-11-12 19:18:10 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
indent_style = tab
|
|
|
|
|
indent_size = 4
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
charset = utf-8
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
insert_final_newline = true
|
2017-11-13 01:19:12 +02:00
|
|
|
|
2022-01-09 00:06:35 +02:00
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|
2024-03-24 00:29:54 +02:00
|
|
|
indent_size = 2
|
|
|
|
|
indent_style = space
|
2022-01-09 00:06:35 +02:00
|
|
|
|
2024-03-24 00:29:54 +02:00
|
|
|
[*.{yaml,yml,sql}]
|
2017-11-13 01:19:12 +02:00
|
|
|
indent_style = space
|
2020-04-04 21:37:58 +03:00
|
|
|
|
2024-03-24 00:29:54 +02:00
|
|
|
[{.gitlab-ci.yml,.pre-commit-config.yaml,provisioning-spec.yaml,.github/workflows/*.yml}]
|
2020-04-04 21:37:58 +03:00
|
|
|
indent_size = 2
|