-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #956 from slaclab/pre-release
Stage release for Rogue 6.0.0
- Loading branch information
Showing
277 changed files
with
20,859 additions
and
24,977 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,37 @@ | ||
BasedOnStyle: Google | ||
ColumnLimit: 120 | ||
IndentWidth: 4 | ||
AllowShortBlocksOnASingleLine: Empty | ||
AllowShortFunctionsOnASingleLine: Empty | ||
AllowShortIfStatementsOnASingleLine: WithoutElse # Maybe want Never | ||
DerivePointerAlignment: false | ||
PointerAlignment: Left | ||
AllowAllConstructorInitializersOnNextLine: false | ||
AllowAllArgumentsOnNextLine: false | ||
AllowAllParametersOfDeclarationOnNextLine: false | ||
BinPackArguments: false | ||
BinPackParameters: false | ||
AlignConsecutiveAssignments: true | ||
AlignConsecutiveMacros: true | ||
AccessModifierOffset: -2 | ||
SortIncludes: true | ||
IncludeBlocks: Regroup | ||
IncludeCategories: | ||
# Rogue Directives.h goes first | ||
- Regex: '^((<|")(rogue)/(Directives.h))' | ||
Priority: -1 | ||
# Rogue headers go last | ||
- Regex: '^((<|")(rogue)/)' | ||
Priority: 5 | ||
# C-headers | ||
- Regex: '^<ext/.*\.h>' | ||
Priority: 2 | ||
- Regex: '^<.*\.h>' | ||
Priority: 2 | ||
# C++ headers | ||
- Regex: '^<.*' | ||
Priority: 3 | ||
# Everything else | ||
- Regex: '.*' | ||
Priority: 4 | ||
|
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
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.