Use WebKit layout and DerivePointerAlignment
This commit is contained in:
parent
562903bb53
commit
f0db90859a
1 changed files with 3 additions and 2 deletions
|
@ -3,9 +3,10 @@ Language: Cpp
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
|
|
||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
BreakBeforeBraces: Stroustrup
|
BreakBeforeBraces: WebKit
|
||||||
|
DerivePointerAlignment: true
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
PointerAlignment: Left # Left for C++, Right for C.
|
PointerAlignment: Right # Left for C++, Right for C.
|
||||||
|
|
||||||
---
|
---
|
||||||
Language: CSharp
|
Language: CSharp
|
||||||
|
|
Loading…
Reference in a new issue