openvpn-docker/.editorconfig
DrMaxNix 894c071b99
All checks were successful
Release / Build and publish Docker images (push) Successful in 31s
Release / Create Gitea release (push) Successful in 5s
👷 release ci
2024-08-24 21:20:30 +02:00

13 lines
168 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2