blob: efef00febcf53a2aeb90bc0a52d13248daa48dac [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
Naseer Ahmed8584a0f2020-02-19 22:23:30 -050014SortIncludes: false
Naseer Ahmedb92e73f2016-03-12 02:03:48 -050015#ReflowComments: false