Fix pointer alignment in C++

This commit is contained in:
Anthony Rose 2024-09-20 14:42:27 +01:00
parent f065e94980
commit dada27c75c

View file

@ -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