fix(indent): c/cpp - support newline after closing brace

This commit is contained in:
Munif Tanjim 2022-01-21 18:00:02 +06:00 committed by Christian Clason
parent 8f9d4ada35
commit 782e299cd6
3 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,8 @@
(binary_expression)
] @indent)
(compound_statement "}" @indent_end)
[
"#define"
"#ifdef"