forked from flatironinstitute/finufft
-
Notifications
You must be signed in to change notification settings - Fork 0
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 flatironinstitute#458 from DiamonDinoia/reformatting
Reformatting
- Loading branch information
Showing
112 changed files
with
15,658 additions
and
12,621 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,8 +1,33 @@ | ||
--- | ||
Language: Cpp | ||
BasedOnStyle: LLVM | ||
TabWidth: 4 | ||
ColumnLimit: 120 | ||
IndentWidth: 4 | ||
AlwaysBreakTemplateDeclarations: true | ||
BasedOnStyle: LLVM | ||
AlignAfterOpenBracket: Align | ||
AlignConsecutiveMacros: AcrossEmptyLinesAndComments | ||
AlignConsecutiveAssignments: Consecutive | ||
AlignEscapedNewlines: Left | ||
AlignOperands: true | ||
AlignTrailingComments: | ||
Kind: Always | ||
OverEmptyLines: 1 | ||
AllowShortIfStatementsOnASingleLine: WithoutElse | ||
AllowShortLambdasOnASingleLine: Inline | ||
AllowShortLoopsOnASingleLine: true | ||
BreakBeforeBraces: Attach | ||
BreakBeforeBinaryOperators: None | ||
ColumnLimit: 90 | ||
ExperimentalAutoDetectBinPacking: true | ||
FixNamespaceComments: true | ||
IndentWidth: 2 | ||
MaxEmptyLinesToKeep: 1 | ||
NamespaceIndentation: None | ||
ReflowComments: true | ||
PenaltyBreakComment: 1 | ||
PenaltyBreakOpenParenthesis: 1 # modified; was 0 | ||
SortIncludes: CaseSensitive | ||
SortUsingDeclarations: true | ||
SpacesBeforeTrailingComments: 1 | ||
SpaceAfterCStyleCast: false | ||
SpaceAfterLogicalNot: false | ||
SpaceAfterTemplateKeyword: false | ||
TabWidth: 2 | ||
UseTab: Never | ||
... |
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,2 @@ | ||
# Applied clang format to the codebase | ||
884ba427be0c60aa3399d5ea71b0e9e3a7cbf686 |
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.