nginxbeautifier
nginxbeautifier copied to clipboard
--dontjoin is adding a additional newline
I'm having the issue with https://github.com/Glavin001/atom-beautify that uses this library that:
if ($foo) {
// code
}
is turning into
if ($foo) {
// code
}
Any idea why this could be or how to resolve this?