feat(cses): range queries

;
This commit is contained in:
Barrett Ruth 2025-02-28 11:35:58 -05:00
parent 3b7cd11dc0
commit 60fc2a123c
39 changed files with 2044 additions and 19 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