2017-08-09 22:53:23 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
indent_style = tab
|
2020-03-22 19:05:55 +00:00
|
|
|
indent_size = tab
|
|
|
|
|
tab_width = 4
|
2017-08-09 22:53:23 +00:00
|
|
|
end_of_line = lf
|
|
|
|
|
charset = utf-8
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
2021-04-29 22:54:11 +00:00
|
|
|
# Ensure text editors don't turn leading spaces into tabs,
|
|
|
|
|
# e.g. in multi-line bullet list items
|
2017-08-09 22:53:23 +00:00
|
|
|
[*.md]
|
2021-04-29 22:54:11 +00:00
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|
2020-05-25 21:54:59 +00:00
|
|
|
|
|
|
|
|
# Tabs may not be valid YAML
|
|
|
|
|
# @see https://yaml.org/spec/1.2/spec.html#id2777534
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
|
indent_style = space
|
2021-04-29 22:54:11 +00:00
|
|
|
indent_size = 2
|
2022-06-22 00:51:56 +00:00
|
|
|
|
|
|
|
|
[.git/**]
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|