2020-05-20 10:34:14 +02:00
|
|
|
# EditorConfig is awesome: https://editorconfig.org/
|
2017-03-22 21:44:04 +01:00
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
indent_style = space
|
|
|
|
indent_size = tab
|
2018-07-06 06:48:36 +02:00
|
|
|
tab_width = 4
|
2017-03-22 21:44:04 +01:00
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
2022-06-27 00:06:13 +02:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
tab_width = 2
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
tab_width = 2
|