File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# A clang-format style that approximates Python's PEP 7
22# 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
324BasedOnStyle : Google
425AlwaysBreakAfterReturnType : All
526AllowShortIfStatementsOnASingleLine : false
Original file line number Diff line number Diff line change 4444 - id : check-json
4545 - id : check-toml
4646 - id : check-yaml
47+ args : [--allow-multiple-documents]
4748 - id : end-of-file-fixer
4849 exclude : ^Tests/images/
4950 - id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments