-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into adodbapi-simple-function-wrappers
- Loading branch information
Showing
513 changed files
with
6,948 additions
and
7,339 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,20 +1,20 @@ | ||
# A clang-format style that approximates Python's PEP 7 | ||
# Useful for IDE integration | ||
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html#configurable-format-style-options | ||
Language: Cpp | ||
BasedOnStyle: Google | ||
AllowShortIfStatementsOnASingleLine: false | ||
|
||
AlignAfterOpenBracket: Align | ||
AllowShortIfStatementsOnASingleLine: false | ||
AlwaysBreakAfterReturnType: None # Don't break after return type | ||
BreakBeforeBraces: Stroustrup | ||
ColumnLimit: 120 | ||
DerivePointerAlignment: false | ||
IndentWidth: 4 | ||
Language: Cpp | ||
PointerAlignment: Right | ||
ReflowComments: true | ||
SortIncludes: false # Sorting includes breaks build | ||
SpaceBeforeParens: ControlStatements | ||
SpacesInParentheses: false | ||
TabWidth: 4 | ||
UseTab: Never | ||
# sorting includes breaks build | ||
SortIncludes: false | ||
# don't break after return type | ||
AlwaysBreakAfterReturnType: None |
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
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.