Emulate K&R

This commit is contained in:
Anthony Rose 2024-09-21 21:59:19 +01:00
parent dcfd19a30b
commit 4ee4cc3ee6

View file

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