blob: ae4a451354b366c5d4434bf240ed2804c406d8b5 [file] [log] [blame]
Luca Stefani5eb52ea2018-08-26 11:35:00 +02001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
8PointerAlignment: Left
9TabWidth: 4
10UseTab: Never
11PenaltyExcessCharacter: 32