blob: 175c5ddb80673569fdef11f5940121dd9358137d [file] [log] [blame]
Kiyoung Kim7d422b32019-03-05 17:06:13 +09001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PointerAlignment: Left
9TabWidth: 2
10UseTab: Never
11PenaltyExcessCharacter: 32