-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
15 lines (14 loc) · 768 Bytes
/
.clang-format
File metadata and controls
15 lines (14 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Language : Cpp
BasedOnStyle : Google
AllowAllParametersOfDeclarationOnNextLine : false
AllowShortCaseLabelsOnASingleLine : true
AllowShortFunctionsOnASingleLine : All
AllowShortIfStatementsOnASingleLine : Always
BinPackParameters : false
ColumnLimit : '140'
ConstructorInitializerAllOnOneLineOrOnePerLine : true
IndentPPDirectives : AfterHash
IndentWidth : '2'
NamespaceIndentation : Inner
SortIncludes : true
Standard : Cpp11