Skip to content

Commit 8a13e47

Browse files
committed
Automated code formatting
1 parent df96ec8 commit 8a13e47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5030
-1242
lines changed

.clang-format

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
Standard: Cpp11
2-
IndentWidth: 4
1+
BasedOnStyle: Google
32
AccessModifierOffset: -4
4-
UseTab: Never
3+
AllowShortFunctionsOnASingleLine: Inline
4+
BinPackArguments: false
55
BinPackParameters: false
6-
AllowShortIfStatementsOnASingleLine: false
7-
AllowShortLoopsOnASingleLine: false
8-
AllowShortBlocksOnASingleLine: false
9-
AllowShortFunctionsOnASingleLine: false
10-
ConstructorInitializerAllOnOneLineOrOnePerLine: true
11-
AlwaysBreakTemplateDeclarations: true
12-
NamespaceIndentation: None
13-
PointerBindsToType: false
14-
SpacesInParentheses: false
15-
BreakBeforeBraces: Attach
16-
ColumnLimit: 100
17-
Cpp11BracedListStyle: false
18-
SpacesBeforeTrailingComments: 1
6+
ColumnLimit: 120
7+
IndentWidth: 4
8+
SpacesBeforeTrailingComments: 1

0 commit comments

Comments
 (0)