nginxbeautifier icon indicating copy to clipboard operation
nginxbeautifier copied to clipboard

--dontjoin is adding a additional newline

Open edwinveldhuizen opened this issue 3 years ago • 0 comments

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?

edwinveldhuizen avatar Jun 14 '21 12:06 edwinveldhuizen