Fix AccessModifierOffset

This commit is contained in:
Anthony Rose 2024-09-20 14:52:03 +01:00
parent dada27c75c
commit 59da4682ff

View file

@ -1,9 +1,15 @@
--- ---
Language: Cpp Language: Cpp
BasedOnStyle: Microsoft BasedOnStyle: Microsoft
AccessModifierOffset: -4
BreakBeforeBraces: Stroustrup BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Change to Right for K&R C-style pointers. PointerAlignment: Left # Change to Right for K&R C-style pointers.
--- ---
Language: CSharp Language: CSharp
BasedOnStyle: Microsoft BasedOnStyle: Microsoft
BreakBeforeBraces: Allman BreakBeforeBraces: Allman
...