Skip to content

Commit 4e36f1b

Browse files
committed
clean code space
1 parent 6d1baab commit 4e36f1b

15 files changed

+27
-2802
lines changed

.clang-format

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# None, Cpp, Java, JavaScript, ObjC, Proto, TableGen, TextProto
2+
Language: Cpp
3+
# WebKit Visual Studio GNU LLVM Google Mozilla Microsoft Chromium
4+
BasedOnStyle: LLVM
5+
AlignAfterOpenBracket: BlockIndent
6+
AlignConsecutiveAssignments: false
7+
AlignConsecutiveDeclarations: false
8+
AlignEscapedNewlines: Right
9+
AlignOperands: true
10+
AlignTrailingComments: true
11+
AllowAllParametersOfDeclarationOnNextLine: true
12+
AllowShortBlocksOnASingleLine: Always
13+
AllowShortCaseLabelsOnASingleLine: true
14+
AllowShortFunctionsOnASingleLine: All
15+
AllowShortIfStatementsOnASingleLine: true
16+
AllowShortLoopsOnASingleLine: true
17+
BinPackArguments: false
18+
BinPackParameters: false
19+
BreakBeforeBraces: Attach
20+
ColumnLimit: 100
21+
ConstructorInitializerAllOnOneLineOrOnePerLine: true
22+
ConstructorInitializerIndentWidth: 2
23+
IndentWidth: 2
24+
PointerAlignment: Right
25+
Standard: c++11
26+
TabWidth: 2
27+
UseTab: Never

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ test/models/
2424
CMakeUserPresets*
2525
*.framework
2626
*.xcframework
27-
.clang-format
2827
CMakePresets.json
2928
gh-md-toc
3029
.fvm/

scripts/pre-commit

Whitespace-only changes.

src/cvector/.editorconfig

-18
This file was deleted.

src/cvector/.gitignore

-58
This file was deleted.

src/cvector/CMakeLists.txt

-83
This file was deleted.

src/cvector/LICENSE

-22
This file was deleted.

src/cvector/README.md

-118
This file was deleted.

0 commit comments

Comments
 (0)