some more problems

This commit is contained in:
Barrett Ruth 2025-12-08 19:01:14 -06:00
parent 9ffeacc3c6
commit bd81f1744d
12 changed files with 15 additions and 331 deletions

View file

@ -1,9 +1,4 @@
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortCompoundRequirementOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLambdasOnASingleLine: false
AllowShortLoopsOnASingleLine: false
IndentWidth: 2
ColumnLimit: 100
PointerAlignment: Left