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