style: move ‹args› right under ‹entry›
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
0341881984
commit
857e178381
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
||||||
name: clang-format
|
name: clang-format
|
||||||
description: Format C/C++ sources with ‹clang-format›.
|
description: Format C/C++ sources with ‹clang-format›.
|
||||||
entry: clang-format -i
|
entry: clang-format -i
|
||||||
|
args:
|
||||||
|
- "-style=file"
|
||||||
language: system
|
language: system
|
||||||
types_or:
|
types_or:
|
||||||
- c
|
- c
|
||||||
- c++
|
- c++
|
||||||
args:
|
|
||||||
- "-style=file"
|
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
- id: rust-fmt
|
- id: rust-fmt
|
||||||
|
|
Loading…
Reference in a new issue