fab-city-os-core-chart/.editorconfig
2022-11-22 23:40:49 +01:00

26 lines
340 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
[*.{nix}]
indent_size = 2
indent_style = space
[*.{yml,yaml}]
indent_size = 2
indent_style = space
[*.md]
indent_size = 2
indent_style = space
[{Makefile, *.make}]
indent_size = 4
indent_style = tab