Switch to LLVM style

This commit is contained in:
Anthony Rose 2024-09-21 21:51:02 +01:00
parent daa9ffa6df
commit dcfd19a30b

View file

@ -1,8 +1,7 @@
--- ---
Language: Cpp Language: Cpp
BasedOnStyle: Microsoft BasedOnStyle: LLVM
AccessModifierOffset: -4
BreakBeforeBraces: Stroustrup BreakBeforeBraces: Stroustrup
PointerAlignment: Left # Left for C++, Right for C. PointerAlignment: Left # Left for C++, Right for C.