feat(cses): a few problems

This commit is contained in:
Barrett Ruth 2025-02-21 11:26:06 -05:00
parent 3985e732d4
commit 4f0c2d75c5
65 changed files with 1197 additions and 35 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