FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pybind11/.clang-format at master · SimplexZhao/pybind11 · GitHub
SimplexZhao
/
pybind11
Public
forked from
pybind/pybind11
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
pybind11
/
.clang-format
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 996 Bytes
Breadcrumbs
pybind11
/
.clang-format
Copy path
File metadata and controls
38 lines (38 loc) · 996 Bytes
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
---
#
See all possible options and defaults with:
#
clang-format --style=llvm --dump-config
BasedOnStyle
:
LLVM
AccessModifierOffset
:
-4
AllowShortLambdasOnASingleLine
:
true
AlwaysBreakTemplateDeclarations
:
Yes
BinPackArguments
:
false
BinPackParameters
:
false
BreakBeforeBinaryOperators
:
All
BreakConstructorInitializers
:
BeforeColon
ColumnLimit
:
99
CommentPragmas
:
'
NOLINT:.*|^ IWYU pragma:
'
IncludeBlocks
:
Regroup
IndentCaseLabels
:
true
IndentPPDirectives
:
AfterHash
IndentWidth
:
4
Language
:
Cpp
SpaceAfterCStyleCast
:
true
Standard
:
Cpp11
StatementMacros
:
['PyObject_HEAD']
TabWidth
:
4
IncludeCategories
:
-
Regex
:
'
<pybind11/.*
'
Priority
:
-1
-
Regex
:
'
pybind11.h"$
'
Priority
:
1
-
Regex
:
'
^".*/?detail/
'
Priority
:
1
SortPriority
:
2
-
Regex
:
'
^"
'
Priority
:
1
SortPriority
:
3
-
Regex
:
'
<[[:alnum:]._]+>
'
Priority
:
4
-
Regex
:
'
.*
'
Priority
:
5
...
Back
|
FazBrowse Home
|
New Git URL