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
|
||||
description: Format C/C++ sources with ‹clang-format›.
|
||||
entry: clang-format -i
|
||||
args:
|
||||
- "-style=file"
|
||||
language: system
|
||||
types_or:
|
||||
- c
|
||||
- c++
|
||||
args:
|
||||
- "-style=file"
|
||||
|
||||
# Rust
|
||||
- id: rust-fmt
|
||||
|
|
Loading…
Reference in a new issue