blob: 5e9bba8377cbf5aa1af24413ac491b473f09097c [file] [log] [blame]
John Reck30ec71c2017-11-03 10:11:34 -07001BasedOnStyle: Google
2DerivePointerAlignment: false
3IndentWidth: 4
4ConstructorInitializerIndentWidth: 8
5ContinuationIndentWidth: 8
6ColumnLimit: 100
7AllowShortFunctionsOnASingleLine: Inline
8AccessModifierOffset: -4
9#BreakConstructorInitializers: BeforeComma
10BreakConstructorInitializersBeforeComma: true