1---
2Language: Cpp
3BasedOnStyle: Google
4AccessModifierOffset: -4
5AllowShortFunctionsOnASingleLine: Empty
6ColumnLimit: 100
7IndentWidth: 4
8ContinuationIndentWidth: 8
9---
10Language: Java
11BasedOnStyle: Google
12ColumnLimit: 100
13IndentWidth: 4
14ContinuationIndentWidth: 8
15...
16
17