Skip to content

Commit 8b34d24

Browse files
committed
Add InsertBraces to clang-format config
1 parent 8d117b9 commit 8b34d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ColumnLimit: '0'
1111
FixNamespaceComments: 'false'
1212
IndentCaseLabels: 'true'
1313
IndentWidth: '4'
14+
InsertBraces: 'true'
1415
Language: Cpp
1516
MaxEmptyLinesToKeep: '2'
1617
NamespaceIndentation: All

0 commit comments

Comments
 (0)