FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpp-netlib/.clang-format at master · allenk/cpp-netlib · GitHub
allenk
/
cpp-netlib
Public
forked from
cpp-netlib/cpp-netlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpp-netlib
/
.clang-format
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 1.16 KB
Breadcrumbs
cpp-netlib
/
.clang-format
Copy path
File metadata and controls
38 lines (38 loc) · 1.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
BasedOnStyle
:
Google
AccessModifierOffset
:
-1
ConstructorInitializerIndentWidth
:
4
AlignEscapedNewlinesLeft
:
true
AlignTrailingComments
:
true
AllowAllParametersOfDeclarationOnNextLine
:
true
AllowShortIfStatementsOnASingleLine
:
true
AllowShortLoopsOnASingleLine
:
true
AlwaysBreakTemplateDeclarations
:
true
AlwaysBreakBeforeMultilineStrings
:
true
BreakBeforeBinaryOperators
:
false
BreakConstructorInitializersBeforeComma
:
false
BinPackParameters
:
true
ColumnLimit
:
80
ConstructorInitializerAllOnOneLineOrOnePerLine
:
true
DerivePointerBinding
:
true
ExperimentalAutoDetectBinPacking
:
false
IndentCaseLabels
:
true
MaxEmptyLinesToKeep
:
1
ObjCSpaceBeforeProtocolList
:
false
PenaltyBreakComment
:
60
PenaltyBreakString
:
1000
PenaltyBreakFirstLessLess
:
120
PenaltyExcessCharacter
:
1000000
PenaltyReturnTypeOnItsOwnLine
:
200
PointerBindsToType
:
true
SpacesBeforeTrailingComments
:
2
Cpp11BracedListStyle
:
true
Standard
:
Auto
IndentWidth
:
2
TabWidth
:
4
UseTab
:
false
BreakBeforeBraces
:
Attach
IndentFunctionDeclarationAfterType
:
true
SpacesInParentheses
:
false
SpaceInEmptyParentheses
:
false
SpacesInCStyleCastParentheses
:
false
SpaceAfterControlStatementKeyword
:
true
Back
|
FazBrowse Home
|
New Git URL