Yuexi Ma | 9449bc0 | 2017-04-06 16:48:39 -0700 | [diff] [blame] | 1 | --- |
Yuexi Ma | fcf83a4 | 2017-04-06 16:46:09 -0700 | [diff] [blame] | 2 | Language: Cpp |
Yuexi Ma | 3951cf1 | 2017-04-12 22:54:12 -0700 | [diff] [blame] | 3 | BasedOnStyle: Google |
Yuexi Ma | fcf83a4 | 2017-04-06 16:46:09 -0700 | [diff] [blame] | 4 | ColumnLimit: 80 |
5 | IndentWidth: 2 | ||||
Yuexi Ma | 9449bc0 | 2017-04-06 16:48:39 -0700 | [diff] [blame] | 6 | ContinuationIndentWidth: 4 |
7 | --- | ||||
8 | Language: Java | ||||
9 | BasedOnStyle: Google | ||||
10 | ColumnLimit: 100 | ||||
11 | IndentWidth: 4 | ||||
12 | ContinuationIndentWidth: 8 | ||||
13 | ... |