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