C++ Core Guidelines indent by 4
This commit is contained in:
parent
e6109e67e4
commit
a8b415aded
1 changed files with 2 additions and 0 deletions
|
@ -2,7 +2,9 @@
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
|
|
||||||
|
AccessModifierOffset: -4
|
||||||
BreakBeforeBraces: Stroustrup
|
BreakBeforeBraces: Stroustrup
|
||||||
|
IndentWidth: 4
|
||||||
PointerAlignment: Left # Left for C++, Right for C.
|
PointerAlignment: Left # Left for C++, Right for C.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue