FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AliceO2/.clang-format at dev · AliceO2Group/AliceO2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AliceO2Group
/
AliceO2
Public
Notifications
You must be signed in to change notification settings
Fork
511
Star
125
Code
Issues
2
Pull requests
33
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
AliceO2
/
.clang-format
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (60 loc) · 1.73 KB
Breadcrumbs
AliceO2
/
.clang-format
Copy path
File metadata and controls
60 lines (60 loc) · 1.73 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
BasedOnStyle
:
Google
AccessModifierOffset
:
-1
AlignEscapedNewlinesLeft
:
true
AlignTrailingComments
:
true
AllowAllParametersOfDeclarationOnNextLine
:
false
AllowShortFunctionsOnASingleLine
:
true
AllowShortIfStatementsOnASingleLine
:
false
AllowShortLoopsOnASingleLine
:
false
#
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations
:
true
BinPackParameters
:
true
BreakBeforeBinaryOperators
:
false
BreakBeforeBraces
:
Linux
BreakBeforeTernaryOperators
:
true
BreakConstructorInitializersBeforeComma
:
false
ColumnLimit
:
0
CommentPragmas
:
'
^ IWYU pragma:
'
ConstructorInitializerAllOnOneLineOrOnePerLine
:
true
ConstructorInitializerIndentWidth
:
2
ContinuationIndentWidth
:
2
Cpp11BracedListStyle
:
true
DerivePointerBinding
:
false
ExperimentalAutoDetectBinPacking
:
false
IndentCaseLabels
:
true
IndentFunctionDeclarationAfterType
:
true
IndentWidth
:
2
#
It is broken on windows. Breaks all #include "header.h"
---
Language
:
Cpp
MaxEmptyLinesToKeep
:
1
KeepEmptyLinesAtTheStartOfBlocks
:
true
NamespaceIndentation
:
None
ObjCSpaceAfterProperty
:
false
ObjCSpaceBeforeProtocolList
:
false
PenaltyBreakBeforeFirstCallParameter
:
1
PenaltyBreakComment
:
300
PenaltyBreakFirstLessLess
:
120
PenaltyBreakString
:
1000
PenaltyExcessCharacter
:
1000000
PenaltyReturnTypeOnItsOwnLine
:
200
SortIncludes
:
false
SpaceBeforeAssignmentOperators
:
true
SpaceBeforeParens
:
ControlStatements
SpaceInEmptyParentheses
:
false
SpacesBeforeTrailingComments
:
1
SpacesInAngles
:
false
SpacesInContainerLiterals
:
true
SpacesInCStyleCastParentheses
:
false
SpacesInParentheses
:
false
Standard
:
Cpp11
TabWidth
:
2
UseTab
:
Never
---
#
Do not format protobuf files
Language
:
Proto
DisableFormat
:
true
---
#
Do not format JSON configuration files
Language
:
Json
DisableFormat
:
true
Back
|
FazBrowse Home
|
New Git URL