-
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.
Signed-off-by: Ramya Subramanyam <[email protected]>
- Loading branch information
1 parent
9b822ca
commit dbeda05
Showing
10 changed files
with
302 additions
and
299 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,15 +1,19 @@ | ||
-- - | ||
#We'll use defaults from the LLVM style, but with 4 columns indentation. | ||
#BasedOnStyle : GNU | ||
BasedOnStyle : LLVM | ||
#BasedOnStyle : Google | ||
#BasedOnStyle : Mozilla | ||
#BasedOnStyle : Chromium | ||
IndentWidth : 4 -- -Language : Cpp | ||
#BasedOnStyle : Google | ||
AccessModifierOffset : -4 Standard | ||
: c++ 17 TabWidth : 2 UseTab : Never ColumnLimit : 100 AlignAfterOpenBracket | ||
: Align BinPackParameters : false AlignEscapedNewlines : Left AlwaysBreakTemplateDeclarations | ||
: Yes PackConstructorInitializers : Never BreakConstructorInitializersBeforeComma | ||
: false IndentPPDirectives : BeforeHash SortIncludes : Never SeparateDefinitionBlocks | ||
: Always... | ||
--- | ||
BasedOnStyle: LLVM | ||
IndentWidth: 4 | ||
Language: Cpp | ||
AccessModifierOffset: -4 | ||
Standard: c++17 | ||
TabWidth: 2 | ||
UseTab: Never | ||
ColumnLimit: 100 | ||
AlignAfterOpenBracket: Align | ||
BinPackParameters: false | ||
AlignEscapedNewlines: Left | ||
AlwaysBreakTemplateDeclarations: Yes | ||
PackConstructorInitializers: Never | ||
BreakConstructorInitializersBeforeComma: false | ||
IndentPPDirectives: BeforeHash | ||
SortIncludes: Never | ||
SeparateDefinitionBlocks: Always | ||
... |
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.