Fix AccessModifierOffset
This commit is contained in:
parent
dada27c75c
commit
59da4682ff
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue