fix: right click

This commit is contained in:
Barrett Ruth 2026-03-03 00:27:56 -05:00
parent 0703deacce
commit 310bd074e7
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 47 additions and 64 deletions

17
config/cp/.clang-format Normal file
View file

@ -0,0 +1,17 @@
BasedOnStyle: LLVM
IndentWidth: 2
UseTab: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortLambdasOnASingleLine: None
AllowShortBlocksOnASingleLine: Never
AllowShortEnumsOnASingleLine: false
AllowShortCaseExpressionOnASingleLine: false
BreakBeforeBraces: Attach
ColumnLimit: 100
AlignAfterOpenBracket: Align
BinPackArguments: false
BinPackParameters: false