-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d98d1ac
commit 39de532
Showing
26 changed files
with
2,834 additions
and
2,935 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
# Most of the settings are inherited by LLVM default | ||
BasedOnStyle: LLVM | ||
# Cpp covers both C and C++. | ||
Language: Cpp | ||
AlignConsecutiveAssignments: None | ||
AlignConsecutiveBitFields: Consecutive | ||
AlignConsecutiveMacros: Consecutive | ||
AlignEscapedNewlines: Left | ||
AllowAllArgumentsOnNextLine: false | ||
AllowAllParametersOfDeclarationOnNextLine: false | ||
AllowShortIfStatementsOnASingleLine: Never | ||
AllowShortFunctionsOnASingleLine: Inline | ||
AllowShortLoopsOnASingleLine: true | ||
AlwaysBreakBeforeMultilineStrings: true | ||
BinPackArguments: false | ||
BinPackParameters: false | ||
ColumnLimit: 100 | ||
IndentCaseLabels: true | ||
# Most files have used this indentation width and to not get to large diffs | ||
# at the first adaption to clang the width is kept at 4 instead of the LLVM and | ||
# Google default of 2. | ||
IndentWidth: 4 | ||
PointerAlignment: Left | ||
KeepEmptyLinesAtTheStartOfBlocks: false | ||
SpacesBeforeTrailingComments: 2 | ||
Standard: Auto | ||
... |
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.