---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 80
IndentWidth: 2
ContinuationIndentWidth: 4
IncludeBlocks: Preserve
Language: Java
ColumnLimit: 100
IndentWidth: 4
ContinuationIndentWidth: 8
...