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