Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
bda7e079
Commit
bda7e079
authored
Jun 09, 2018
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .clang-format
parent
fc94018b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.clang-format
.clang-format
+7
-0
No files found.
.clang-format
View file @
bda7e079
...
@@ -28,6 +28,7 @@ BraceWrapping:
...
@@ -28,6 +28,7 @@ BraceWrapping:
AfterObjCDeclaration: false
AfterObjCDeclaration: false
AfterStruct: false
AfterStruct: false
AfterUnion: false
AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeCatch: false
BeforeElse: false
BeforeElse: false
IndentBraces: false
IndentBraces: false
...
@@ -57,6 +58,7 @@ ForEachMacros:
...
@@ -57,6 +58,7 @@ ForEachMacros:
- foreach
- foreach
- Q_FOREACH
- Q_FOREACH
- BOOST_FOREACH
- BOOST_FOREACH
IncludeBlocks: Preserve
IncludeCategories:
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
Priority: 2
...
@@ -66,6 +68,7 @@ IncludeCategories:
...
@@ -66,6 +68,7 @@ IncludeCategories:
Priority: 1
Priority: 1
IncludeIsMainRegex: '$'
IncludeIsMainRegex: '$'
IndentCaseLabels: false
IndentCaseLabels: false
IndentPPDirectives: None
IndentWidth: 2
IndentWidth: 2
IndentWrappedFunctionNames: false
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptQuotes: Leave
...
@@ -86,6 +89,10 @@ PenaltyBreakString: 1000
...
@@ -86,6 +89,10 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
PointerAlignment: Right
RawStringFormats:
- Delimiter: pb
Language: TextProto
BasedOnStyle: google
ReflowComments: true
ReflowComments: true
SortIncludes: false
SortIncludes: false
SortUsingDeclarations: true
SortUsingDeclarations: true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment