John Reck 30ec71c0fe Add .clang-format file
Test: No code changes, just ran through clang-format

Change-Id: Ieb6c8b51e8a824fea03c6999dc4e0704e918d396
2017-11-03 10:11:34 -07:00

11 lines
302 B
YAML

BasedOnStyle: Google
DerivePointerAlignment: false
IndentWidth: 4
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: Inline
AccessModifierOffset: -4
#BreakConstructorInitializers: BeforeComma
BreakConstructorInitializersBeforeComma: true