File tree 2 files changed +6
-0
lines changed
cuda/{{cookiecutter.project_slug}}
cxx/{{cookiecutter.project_slug}}
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
14
14
AllowShortIfStatementsOnASingleLine : Never # Prevent single-line if statements
15
15
AllowShortFunctionsOnASingleLine : Inline # Allow short functions on single line
16
16
AllowShortLoopsOnASingleLine : false # Prevent single-line loops
17
+ BinPackArguments : false
18
+ BinPackParameters : OnePerLine
17
19
BreakBeforeBraces : Attach # Attach braces to code block
18
20
BreakBeforeBinaryOperators : NonAssignment # Break before non-assignment operators
19
21
BreakBeforeTernaryOperators : true # Break before ternary operators
20
22
BreakConstructorInitializers : BeforeColon # Break constructor initializers before colon
21
23
BreakInheritanceList : BeforeColon # Break inheritance list before colon
22
24
InsertBraces : true # Automatically insert braces for clarity
25
+ PackConstructorInitializers : Never
23
26
24
27
# Language Features
25
28
AccessModifierOffset : -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
14
14
AllowShortIfStatementsOnASingleLine : Never # Prevent single-line if statements
15
15
AllowShortFunctionsOnASingleLine : Inline # Allow short functions on single line
16
16
AllowShortLoopsOnASingleLine : false # Prevent single-line loops
17
+ BinPackArguments : false
18
+ BinPackParameters : OnePerLine
17
19
BreakBeforeBraces : Attach # Attach braces to code block
18
20
BreakBeforeBinaryOperators : NonAssignment # Break before non-assignment operators
19
21
BreakBeforeTernaryOperators : true # Break before ternary operators
20
22
BreakConstructorInitializers : BeforeColon # Break constructor initializers before colon
21
23
BreakInheritanceList : BeforeColon # Break inheritance list before colon
22
24
InsertBraces : true # Automatically insert braces for clarity
25
+ PackConstructorInitializers : Never
23
26
24
27
# Language Features
25
28
AccessModifierOffset : -4 # Offset for access modifiers
You can’t perform that action at this time.
0 commit comments