hcloud-pricing-exporter/.editorconfig
2021-03-05 16:35:29 +01:00

13 lines
No EOL
185 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