File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ BasedOnStyle : LLVM
3+ AlignAfterOpenBracket : BlockIndent
4+ BinPackArguments : true
5+ BinPackParameters : true
6+ BracedInitializerIndentWidth : 4
7+ ColumnLimit : 120
8+ Cpp11BracedListStyle : true
9+ IndentWidth : 4
10+ IndentWrappedFunctionNames : true
11+ PointerAlignment : Left
12+ SeparateDefinitionBlocks : Always
13+ Standard : c++17
14+ StatementMacros :
15+ - ' MAKE_PreconditionOptimizer32bit1State'
16+ - ' MAKE_PreconditionOptimizer32bit2State'
17+ - ' MAKE_PreconditionStatic8bit1State'
18+ - ' MAKE_PreconditionStatic8bit2State'
19+ - ' MAKE_Optimizer32bit1State'
20+ - ' MAKE_optimizerStatic8bit1State'
21+ - ' MAKE_optimizerStatic8bit2State'
22+ - ' MAKE_OptimizerStatic8bit1StateBlockwise'
23+ - ' MAKE_OptimizerStatic8bit2StateBlockwise'
24+ - ' MAKE_kQuantizeBlockwise'
25+ - ' MAKE_BLOCKWISE8'
26+ - ' MAKE_ELEMENTWISE_FUNC'
27+ - ' CMAKE_ELEMENTWISE_FUNC'
28+ - ' MAKE_FUNC8'
29+ - ' MAKE_FUNC32'
30+ - ' MAKE_CBLOCKWISE8'
31+ - ' MAKE_CFUNC8'
32+ - ' MAKE_CFUNC32'
33+
34+ UseTab : Never
35+
36+ ...
Original file line number Diff line number Diff line change 2121 rev : v1.26.0
2222 hooks :
2323 - id : typos
24+ - repo : https://github.com/pre-commit/mirrors-clang-format
25+ rev : v20.1.6
26+ hooks :
27+ - id : clang-format
28+ types_or : [c++, c, cuda]
29+ files : ^csrc/
You can’t perform that action at this time.
0 commit comments