hcloud-pricing-exporter/.editorconfig
2022-12-14 14:33:16 +01:00

13 lines
199 B
INI

root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 120
tab_width = 4
[{*.yaml, *.yml}]
indent_size = 2