Skip to content

Commit 4e6c9c1

Browse files
committed
Fix clang-format
Signed-off-by: TymianekPL <tymi@tymi.org>
1 parent b09cfd3 commit 4e6c9c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.clang-format

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Language: Cpp
33
BasedOnStyle: LLVM
44
AlwaysBreakTemplateDeclarations: Yes
5-
BreakBeforeBraces: Attach
5+
BreakBeforeBraces: Allman
66
ColumnLimit: 160
77
SpaceAfterTemplateKeyword: true
88
Standard: c++20
@@ -29,3 +29,4 @@ IncludeCategories:
2929
Priority: 30
3030
PointerAlignment: Left
3131
QualifierAlignment: Left
32+
NamespaceIndentation: All

0 commit comments

Comments
 (0)