blob: d87b9680c65536c0cf2ddbb64294b615e604c287 [file] [log] [blame]
Yuexi Mabf5771a2017-04-12 18:22:48 -07001---
2Language: Cpp
3BasedOnStyle: Google
4ColumnLimit: 80
5IndentWidth: 2
6ContinuationIndentWidth: 4
Yifan Hong63d210f2021-04-28 23:31:37 -07007IncludeBlocks: Preserve
Yuexi Mabf5771a2017-04-12 18:22:48 -07008---
9Language: Java
10BasedOnStyle: Google
11ColumnLimit: 100
12IndentWidth: 4
13ContinuationIndentWidth: 8
14...