style: move ‹args› right under ‹entry›

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2024-02-24 16:25:21 +01:00
parent 0341881984
commit 857e178381
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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