fab-city-os-core-chart/.editorconfig
2022-10-25 13:38:56 +02:00

22 lines
292 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
[*.{yml,yaml}]
indent_size = 2
indent_style = space
[*.md]
indent_size = 2
indent_style = space
[{Makefile, *.make}]
indent_size = 4
indent_style = tab