Skip to content

Commit

Permalink
[style] clang-format / 横幅のmaxを増やす
Browse files Browse the repository at this point in the history
  • Loading branch information
habvi committed Jun 26, 2024
1 parent aa323f6 commit 02ec791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NamespaceIndentation: None
BreakConstructorInitializers: BeforeColon
AlwaysBreakTemplateDeclarations: Yes
SpacesInAngles: Leave
ColumnLimit: 85
ColumnLimit: 100
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
BinPackParameters: false
Expand Down

0 comments on commit 02ec791

Please sign in to comment.