blob: 6eb0ed4ac52be52d7eb27e1f89b6457f6d165c61 [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
Philipp Schraderaa76a692022-05-29 23:55:16 -07009IncludeCategories:
10 # Force node headers to be considered third-party headers.
11 - Regex: '^<(node|v8).h>$'
12 Priority: 3
Austin Schuh2c7feee2021-10-28 20:46:50 -070013
14---
15Language: JavaScript
16BasedOnStyle: Google
17ColumnLimit: 80