slomkowski/nginx-config-formatter

Line break when line contains backslash

Closed this issue · 3 comments

eg.

location ~ /\.ht {
deny all;
}

after formatted will look like this

location ~ /
\
.ht {
deny all;
#}

Hey , it seems to not happen at my nodejs port, maybe 1connect can use my repository to figure out why.
please try it here. I don't know python hope JS can be of help here.

@kum1ko seems to be fixed now.