fix: types must be ‹types_or›
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
129c6c2bad
commit
bfb9bd8cc6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
description: Format C/C++ sources with ‹clang-format›.
|
description: Format C/C++ sources with ‹clang-format›.
|
||||||
entry: clang-format -i
|
entry: clang-format -i
|
||||||
language: system
|
language: system
|
||||||
types:
|
types_or:
|
||||||
- c
|
- c
|
||||||
- c++
|
- c++
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in a new issue