Comran Morshed | f4520e2 | 2016-01-18 16:36:28 +0000 | [diff] [blame] | 1 | --- |
2 | BasedOnStyle: Google | ||||
3 | --- | ||||
4 | Language: Cpp | ||||
5 | # Force pointers to the type for C++. | ||||
6 | DerivePointerAlignment: false | ||||
7 | PointerAlignment: Right | ||||
8 | Standard: Cpp11 | ||||
Austin Schuh | 2c7feee | 2021-10-28 20:46:50 -0700 | [diff] [blame^] | 9 | |
10 | --- | ||||
11 | Language: JavaScript | ||||
12 | BasedOnStyle: Google | ||||
13 | ColumnLimit: 80 |