blob: d87b9680c65536c0cf2ddbb64294b615e604c287 [file] [log] [blame]
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 80
IndentWidth: 2
ContinuationIndentWidth: 4
IncludeBlocks: Preserve
---
Language: Java
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4
ContinuationIndentWidth: 8
...