dotfiles/.editorconfig

16 lines
204 B
INI
Raw Normal View History

2023-09-22 00:34:20 +02:00
root = true
[*]
# charset = utf-8
end_of_line = lf
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