fab-city-os-core-chart/.editorconfig

18 lines
235 B
INI
Raw Normal View History

2022-06-21 14:57:38 +02:00
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