feat: add dotnet format

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2024-03-15 17:02:36 +01:00
parent 6d2b22ede6
commit c0828e6074
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -10,6 +10,18 @@
- c - c
- c++ - c++
# C#
- id: dotnet-format
name: dotnet format
description: Format .NET sources with dotnet format.
entry: dotnet-format
args:
- "--include"
language: dotnet
types_or:
- c#
- vb
# Rust # Rust
- id: rust-fmt - id: rust-fmt
name: rustfmt name: rustfmt