12 lines
298 B
YAML
12 lines
298 B
YAML
---
|
|
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
|
|
setup: clang-format:setup
|