blob: ee122360a1cd32069f7d9adc420e71956478c178 [file] [log] [blame]
Hayden Gomes75116992019-08-15 10:09:39 -07001---
2Language: Java
3DisableFormat: true
4SortIncludes: false
5---
6Language: Cpp
Selim Gurunc4d7c012019-05-13 20:27:22 -07007BasedOnStyle: Google
8AllowShortBlocksOnASingleLine: false
9AllowShortFunctionsOnASingleLine: false
10
11AccessModifierOffset: -2
12ColumnLimit: 100
13CommentPragmas: NOLINT:.*
14DerivePointerAlignment: false
15IndentWidth: 4
16PointerAlignment: Left
17TabWidth: 4
18UseTab: Never
19PenaltyExcessCharacter: 32
Hayden Gomes75116992019-08-15 10:09:39 -070020---