summaryrefslogtreecommitdiffstats
path: root/tools/lint/clang-format.yml
blob: 0545612c101b7c75da8877f4218d2fdafd7ac8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
---
clang-format:
    description: Reformat C/C++
    include:
        - '.'
    extensions: ['cpp', 'c', 'cc', 'h', 'm', 'mm']
    support-files:
        - 'tools/lint/clang-format/**'
    type: external
    payload: clang-format:lint
    code_review_warnings: false