feat: add dotnet format
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
6d2b22ede6
commit
c0828e6074
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue