Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
7f9d5300
Commit
7f9d5300
authored
3 years ago
by
Adrien Matta
Browse files
Options
Downloads
Patches
Plain Diff
* updating .clang-format
parent
b3304c3a
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.clang-format
+4
-4
4 additions, 4 deletions
.clang-format
with
4 additions
and
4 deletions
.clang-format
+
4
−
4
View file @
7f9d5300
---
---
Language: Cpp
Language: Cpp
# BasedOnStyle: LLVM
# BasedOnStyle: LLVM
AccessModifierOffset: -
2
AccessModifierOffset: -
1
AlignAfterOpenBracket: Align
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: None
AlignConsecutiveMacros: None
AlignConsecutiveAssignments: None
AlignConsecutiveAssignments: None
...
@@ -35,7 +35,7 @@ BraceWrapping:
...
@@ -35,7 +35,7 @@ BraceWrapping:
AfterControlStatement: Never
AfterControlStatement: Never
AfterEnum: false
AfterEnum: false
AfterFunction: false
AfterFunction: false
AfterNamespace: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterObjCDeclaration: false
AfterStruct: false
AfterStruct: false
AfterUnion: false
AfterUnion: false
...
@@ -107,7 +107,7 @@ KeepEmptyLinesAtTheStartOfBlocks: true
...
@@ -107,7 +107,7 @@ KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockBegin: ''
MacroBlockEnd: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
MaxEmptyLinesToKeep: 1
NamespaceIndentation:
None
NamespaceIndentation:
All
ObjCBinPackProtocolList: Auto
ObjCBinPackProtocolList: Auto
ObjCBlockIndentWidth: 2
ObjCBlockIndentWidth: 2
ObjCBreakBeforeNestedBlockParam: true
ObjCBreakBeforeNestedBlockParam: true
...
@@ -122,7 +122,7 @@ PenaltyBreakTemplateDeclaration: 10
...
@@ -122,7 +122,7 @@ PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 1000000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PenaltyReturnTypeOnItsOwnLine: 60
PenaltyIndentedWhitespace: 0
PenaltyIndentedWhitespace: 0
PointerAlignment:
Right
PointerAlignment:
Left
ReflowComments: true
ReflowComments: true
SortIncludes: true
SortIncludes: true
SortJavaStaticImport: Before
SortJavaStaticImport: Before
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment