C++ Core Guidelines indent by 4

This commit is contained in:
Anthony Rose 2024-09-21 22:18:13 +01:00
parent e6109e67e4
commit a8b415aded

View file

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