Go back to LLVM

This commit is contained in:
Anthony Rose 2024-09-21 22:15:44 +01:00
parent 4ee4cc3ee6
commit e6109e67e4

View file

@ -2,9 +2,7 @@
Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -4
BreakBeforeBraces: WebKit
IndentWidth: 4
BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Left for C++, Right for C.
---