1 --- 2 Language: Cpp 3 BasedOnStyle: Google 4 ColumnLimit: 80 5 IndentWidth: 2 6 ContinuationIndentWidth: 4 7 --- 8 Language: Java 9 BasedOnStyle: Google 10 ColumnLimit: 100 11 IndentWidth: 4 12 ContinuationIndentWidth: 8 13 ... 14