--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.clang-format Thu Feb 26 09:32:12 2026 -0500 @@ -0,0 +1,15 @@ +--- +BasedOnStyle: LLVM +IndentWidth: 4 +ColumnLimit: 98 +--- +Language: Cpp +# Force pointers to the type for C++. +DerivePointerAlignment: false +PointerAlignment: Left +NamespaceIndentation: All +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +AllowShortBlocksOnASingleLine: Never +AllowShortFunctionsOnASingleLine: None +---