Files
toolkit/.editorconfig
Jakob Ackermann a5a8bc586a Fix graceful shutdown when TLS proxy is configured (#388)
* Upgrade nginx to 1.28

* Fix graceful shutdown when TLS proxy is configured

* Automatically configure environment variables for TLS proxy

* Update documentation
2025-08-14 09:59:34 +01:00

10 lines
147 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true