Fix pointer alignment in C++
This commit is contained in:
parent
f065e94980
commit
dada27c75c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Language: Cpp
|
||||
BasedOnStyle: Microsoft
|
||||
BreakBeforeBraces: Stroustrup
|
||||
#PointerAlignment: Right // Uncomment for K&R C-style pointers.
|
||||
PointerAlignment: Left # Change to Right for K&R C-style pointers.
|
||||
---
|
||||
Language: CSharp
|
||||
BasedOnStyle: Microsoft
|
||||
|
|
Loading…
Reference in a new issue