blob: 2b83a1f41a6419b228f2e4cf4e6456338520a65b [file] [log] [blame]
Inseob Kim5f8f32c2018-08-24 11:10:44 +09001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PointerAlignment: Left
9TabWidth: 2
10UseTab: Never
11PenaltyExcessCharacter: 32