summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-04-04 14:33:34 -0700
committerGravatar Tom Willemse2024-04-04 14:33:34 -0700
commit5a39466285a85077f19f680071546b14e3a545e4 (patch)
treed2e0c6aa5c6cde8c7f34621ddf3d203d47d0be23 /README.md
parent6e9d96f58eddd69f62f7fd443d9b9753e16e0e96 (diff)
downloadnginx-mode-5a39466285a85077f19f680071546b14e3a545e4.tar.gz
nginx-mode-5a39466285a85077f19f680071546b14e3a545e4.zip
Allow anything to follow a closing brace at start of lineindent-closing-brace-with-comment-fix
Specifically this fixes an indentation issue with this: if ($host = example.com) { return 301 https://$host$request_uri; } # managed by Certbot Before this change this would have been indented as: if ($host = example.com) { return 301 https://$host$request_uri; } # managed by Certbot Because the regular expression was looking for a ‘}’ with nothing following it, but comments can follow this construct just fine.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions