clang-format: Enforce braces around statements

This commit is contained in:
Linus Jahn 2022-09-05 20:36:40 +02:00
parent 649d56de33
commit 4c60b13e0b
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ IncludeCategories:
Priority: 2
- Regex: "^<[^Q].*"
Priority: 3
InsertBraces: true
Language: Cpp
PointerAlignment: Right
ReflowComments: true