openvpn-docker/.editorconfig

13 lines
168 B
INI
Raw Normal View History

2024-08-24 20:55:38 +02:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
2024-08-24 21:20:30 +02:00
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2