Bug 1842364 - Null check weak pointers when tracing IC stubs r=jandem
[gecko.git] / tools / lint / clang-format.yml
blobbcdf9d85910ea4ce0e99053861403317e19e1538
1 ---
2 clang-format:
3     description: Reformat C/C++
4     include:
5         - '.'
6     extensions: ['cpp', 'c', 'cc', 'h', 'm', 'mm']
7     support-files:
8         - 'tools/lint/clang-format/**'
9     type: external
10     payload: clang-format:lint
11     code_review_warnings: false
12     setup: clang-format:setup