2023-09-22 00:34:20 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
# charset = utf-8
|
|
|
|
end_of_line = lf
|
2024-03-26 17:12:56 +01:00
|
|
|
indent_style = tab
|
2023-09-22 00:34:20 +02:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2024-03-26 17:12:56 +01:00
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|