feat: 975

This commit is contained in:
Barrett Ruth 2025-02-08 15:13:02 -05:00
parent 36120f2cec
commit 7440bc2937
11 changed files with 289 additions and 3 deletions

View file

@ -1,2 +1,9 @@
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Empty
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortCompoundRequirementOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLambdasOnASingleLine: false
AllowShortLoopsOnASingleLine: false