diff options
| -rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 375a0df2..b6cfbf38 100644 --- a/.clang-format +++ b/.clang-format @@ -24,6 +24,7 @@ IncludeCategories: Priority: 2 - Regex: "^<[^Q].*" Priority: 3 +InsertBraces: true Language: Cpp PointerAlignment: Right ReflowComments: true |
