File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# A clang-format style that approximates Python's PEP 7
2
2
# Useful for IDE integration
3
+ Language : C
4
+ BasedOnStyle : Google
5
+ AlwaysBreakAfterReturnType : All
6
+ AllowShortIfStatementsOnASingleLine : false
7
+ AlignAfterOpenBracket : BlockIndent
8
+ BinPackArguments : false
9
+ BinPackParameters : false
10
+ BreakBeforeBraces : Attach
11
+ ColumnLimit : 88
12
+ DerivePointerAlignment : false
13
+ IndentGotoLabels : false
14
+ IndentWidth : 4
15
+ PointerAlignment : Right
16
+ ReflowComments : true
17
+ SortIncludes : false
18
+ SpaceBeforeParens : ControlStatements
19
+ SpacesInParentheses : false
20
+ TabWidth : 4
21
+ UseTab : Never
22
+ ---
23
+ Language : Cpp
3
24
BasedOnStyle : Google
4
25
AlwaysBreakAfterReturnType : All
5
26
AllowShortIfStatementsOnASingleLine : false
Original file line number Diff line number Diff line change 44
44
- id : check-json
45
45
- id : check-toml
46
46
- id : check-yaml
47
+ args : [--allow-multiple-documents]
47
48
- id : end-of-file-fixer
48
49
exclude : ^Tests/images/
49
50
- id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments