Use WebKit layout and DerivePointerAlignment

This commit is contained in:
Anthony Rose 2024-09-30 20:28:39 +01:00
parent 562903bb53
commit f0db90859a

View file

@ -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