blob: 26ce4fe4ae917eafe2f7d0c56c73c360c85c9c38 [file] [log] [blame]
Naseer Ahmedb92e73f2016-03-12 02:03:48 -05001---
2Language: Cpp
3BasedOnStyle: Google
Naseer Ahmede36f2242017-12-01 15:33:56 -05004Standard : C++11
Naseer Ahmedb92e73f2016-03-12 02:03:48 -05005AllowShortIfStatementsOnASingleLine: false
6AllowShortLoopsOnASingleLine: false
7AllowShortFunctionsOnASingleLine: Inline
8AllowShortBlocksOnASingleLine: false
9ColumnLimit: 100
10ConstructorInitializerAllOnOneLineOrOnePerLine: true
11ConstructorInitializerIndentWidth: 4
12DerivePointerAlignment: false
13PointerAlignment: Right
14#ReflowComments: false