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
|
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
|
||||||
|
|
||||||
|
...
|
||||||
|
|
Loading…
Reference in a new issue