summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-04-04 14:54:55 -0700
committerGravatar Tom Willemse2024-04-04 14:54:55 -0700
commit0dd70cf398dd6de6282dbbcff86ccf27c0d4e3ed (patch)
tree6e3c48b45440a300f85e55472b6da2dfe4407b5b /README.md
parent6e9d96f58eddd69f62f7fd443d9b9753e16e0e96 (diff)
downloadnginx-mode-0dd70cf398dd6de6282dbbcff86ccf27c0d4e3ed.tar.gz
nginx-mode-0dd70cf398dd6de6282dbbcff86ccf27c0d4e3ed.zip
Fix indentation of closing bracesindent-closing-brace-with-first-line-comment-fix
The ‘nginx-indent-block’ function would get confused by braces in comments. Here is an example of how indentation could go wrong: server { # some comment with { # ... } After this change the example is correctly indented: server { # some comment with { # ... }
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions