chore: updated .clang-format in terms of pointers and references
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
|
|
||||||
# Pointer/Reference alignment: int * p, void (* callback)(...)
|
# Pointer/Reference alignment: int * p, void (* callback)(...)
|
||||||
PointerAlignment: Middle
|
PointerAlignment: Left
|
||||||
ReferenceAlignment: Middle
|
ReferenceAlignment: Left
|
||||||
|
|
||||||
# Line length
|
# Line length
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
|
|||||||
Reference in New Issue
Block a user