blob: 9082c40011fee864350a91dad2f3d0932e0b8424 [file] [log] [blame]
Naseer Ahmedb92e73f2016-03-12 02:03:48 -05001---
2Language: Cpp
3BasedOnStyle: Google
4AllowShortIfStatementsOnASingleLine: false
5AllowShortLoopsOnASingleLine: false
6AllowShortFunctionsOnASingleLine: Inline
7AllowShortBlocksOnASingleLine: false
8ColumnLimit: 100
9ConstructorInitializerAllOnOneLineOrOnePerLine: true
10ConstructorInitializerIndentWidth: 4
11DerivePointerAlignment: false
12PointerAlignment: Right
13#ReflowComments: false