docker-playground-1/.editorconfig

13 lines
168 B
INI
Raw Normal View History

2024-08-18 17:02:22 +02:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
2024-08-18 18:04:01 +02:00
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2