File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
cuda/{{cookiecutter.project_slug}}
cxx/{{cookiecutter.project_slug}} Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ UseTab: Never # Exclusively use spaces for indentat
1414AllowShortIfStatementsOnASingleLine : Never # Prevent single-line if statements
1515AllowShortFunctionsOnASingleLine : Inline # Allow short functions on single line
1616AllowShortLoopsOnASingleLine : false # Prevent single-line loops
17+ BinPackArguments : false
18+ BinPackParameters : OnePerLine
1719BreakBeforeBraces : Attach # Attach braces to code block
1820BreakBeforeBinaryOperators : NonAssignment # Break before non-assignment operators
1921BreakBeforeTernaryOperators : true # Break before ternary operators
2022BreakConstructorInitializers : BeforeColon # Break constructor initializers before colon
2123BreakInheritanceList : BeforeColon # Break inheritance list before colon
2224InsertBraces : true # Automatically insert braces for clarity
25+ PackConstructorInitializers : Never
2326
2427# Language Features
2528AccessModifierOffset : -4 # Offset for access modifiers
Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ UseTab: Never # Exclusively use spaces for indentat
1414AllowShortIfStatementsOnASingleLine : Never # Prevent single-line if statements
1515AllowShortFunctionsOnASingleLine : Inline # Allow short functions on single line
1616AllowShortLoopsOnASingleLine : false # Prevent single-line loops
17+ BinPackArguments : false
18+ BinPackParameters : OnePerLine
1719BreakBeforeBraces : Attach # Attach braces to code block
1820BreakBeforeBinaryOperators : NonAssignment # Break before non-assignment operators
1921BreakBeforeTernaryOperators : true # Break before ternary operators
2022BreakConstructorInitializers : BeforeColon # Break constructor initializers before colon
2123BreakInheritanceList : BeforeColon # Break inheritance list before colon
2224InsertBraces : true # Automatically insert braces for clarity
25+ PackConstructorInitializers : Never
2326
2427# Language Features
2528AccessModifierOffset : -4 # Offset for access modifiers
You can’t perform that action at this time.
0 commit comments