mirror of https://github.com/axmolengine/axmol.git
clang-format: Set PointerAlignment to Left
This commit is contained in:
parent
ad035e2729
commit
81f646783b
|
@ -37,8 +37,8 @@ BraceWrapping:
|
|||
# Indent case labels.
|
||||
IndentCaseLabels: true
|
||||
|
||||
# Right-align pointers and references
|
||||
PointerAlignment: Right
|
||||
# Left-align pointers and references
|
||||
PointerAlignment: Left
|
||||
|
||||
# ANGLE likes to align things as much as possible.
|
||||
AlignOperands: true
|
||||
|
|
Loading…
Reference in New Issue