-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: проверено CI commit_hash:1d11516cb846982878aba35edc963284ee9c1f4d
- Loading branch information
kenny1847
committed
Oct 20, 2024
1 parent
9cf1546
commit 08d314a
Showing
2,927 changed files
with
186,255 additions
and
201,243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
BasedOnStyle: google | ||
BasedOnStyle: Google | ||
DerivePointerAlignment: false | ||
IncludeBlocks: Preserve | ||
AttributeMacros: ["noexcept"] | ||
IndentRequires: false | ||
ColumnLimit: 120 | ||
IndentWidth: 4 | ||
TabWidth: 4 | ||
AccessModifierOffset: -4 | ||
BinPackParameters: false | ||
BinPackArguments: false | ||
AllowAllParametersOfDeclarationOnNextLine: false | ||
AlignAfterOpenBracket: BlockIndent | ||
AlwaysBreakAfterDefinitionReturnType: None | ||
PenaltyReturnTypeOnItsOwnLine: 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.