blob: fa1936b93b8f6d5b8bb242e716bf4821dc14a873 [file] [log] [blame]
Comran Morshedf4520e22016-01-18 16:36:28 +00001---
2BasedOnStyle: Google
3---
4Language: Cpp
5# Force pointers to the type for C++.
6DerivePointerAlignment: false
7PointerAlignment: Right
8Standard: Cpp11
Austin Schuh2c7feee2021-10-28 20:46:50 -07009
10---
11Language: JavaScript
12BasedOnStyle: Google
13ColumnLimit: 80