feat(cf): 952

This commit is contained in:
Barrett Ruth 2025-02-05 19:54:11 -05:00
parent 0cb0d11ba9
commit ceda5687f2
30 changed files with 1302 additions and 12 deletions

View file

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