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
BasedOnStyle: Microsoft
AccessModifierOffset: -4
BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Change to Right for K&R C-style pointers.
---
Language: CSharp
BasedOnStyle: Microsoft
BreakBeforeBraces: Allman
...