blob: f3974548f6d4f3f0208308357b3b312b6b1d6993 [file] [log] [blame]
Biswarup Pala0ae40f2023-11-15 13:30:48 +00001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5ColumnLimit: 80
6ContinuationIndentWidth: 4
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9IndentWidth: 2
10PointerAlignment: Left
11UseTab: Never
12PenaltyExcessCharacter: 32