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 |
Philipp Schrader | aa76a69 | 2022-05-29 23:55:16 -0700 | [diff] [blame] | 9 | IncludeCategories: |
| 10 | # Force node headers to be considered third-party headers. |
| 11 | - Regex: '^<(node|v8).h>$' |
| 12 | Priority: 3 |
Austin Schuh | 2c7feee | 2021-10-28 20:46:50 -0700 | [diff] [blame] | 13 | |
| 14 | --- |
| 15 | Language: JavaScript |
| 16 | BasedOnStyle: Google |
| 17 | ColumnLimit: 80 |