hcloud-pricing-exporter/.editorconfig

15 lines
205 B
INI
Raw Normal View History

2023-01-25 20:36:40 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 120
tab_width = 4
[{*.yaml, *.yml}]
indent_size = 2
indent_style = space