-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.clang-format
36 lines (36 loc) · 1.75 KB
/
.clang-format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
#
# Based on https://github.com/electronicarts/EASTL/blob/master/.clang-format
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
Language : Cpp
BasedOnStyle : Google
Standard : Auto
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
AccessModifierOffset : -4
AlignTrailingComments : true
AllowAllParametersOfDeclarationOnNextLine : false
AllowShortBlocksOnASingleLine : true
AllowShortFunctionsOnASingleLine : true
AllowShortIfStatementsOnASingleLine : false
AllowShortLoopsOnASingleLine : false
#BinPackParameters : false
#BreakBeforeBraces : Allman
#BreakBeforeTernaryOperators : false
#BreakConstructorInitializersBeforeComma : true
ColumnLimit : 150
#Cpp11BracedListStyle : true
#DerivePointerAlignment : true
#DerivePointerBinding : false
IndentWidth : 4
#KeepEmptyLinesAtTheStartOfBlocks : true
#MaxEmptyLinesToKeep : 2
#NamespaceIndentation : All
#PointerBindsToType : true
#SpacesBeforeTrailingComments : 1
#SpacesInAngles : false
#SpacesInSquareBrackets : false
TabWidth : 4
UseTab : ForIndentation
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-