issues
search
denji
/
nginx-tuning
NGINX tuning for best performance
https://git.io/vSvsq
MIT License
2.49k
stars
384
forks
source link
could add my new nginx configure formatter?
#6
Closed
rwx------
closed
4 years ago
rwx------
commented
4 years ago
https://github.com/rwx------/nginxConfigFormatterGo
predictable formatted result.
Comments on a separate line.
neighbouring empty lines are collapsed to one empty line.
curly braces placement follows Java convention.
all lines are indented in uniform manner, with the given number spaces level (default 4).
whitespaces are collapsed, except in comments and quotation marks.
fixed multi-lines decompose problem (fixed for python version of nginx-config-formatter ).
fixed quotes (", ') match problem (fixed for python version of nginx-config-formatter ).
https://github.com/rwx------/nginxConfigFormatterGo