Emulate K&R
This commit is contained in:
parent
dcfd19a30b
commit
4ee4cc3ee6
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
|
|
||||||
BreakBeforeBraces: Stroustrup
|
AccessModifierOffset: -4
|
||||||
|
BreakBeforeBraces: WebKit
|
||||||
|
IndentWidth: 4
|
||||||
PointerAlignment: Left # Left for C++, Right for C.
|
PointerAlignment: Left # Left for C++, Right for C.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue