summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorJelte Fennema <github-tech@jeltef.nl>2021-08-25 08:27:04 +0200
committerGitHub <noreply@github.com>2021-08-25 15:27:04 +0900
commitd53a085096306c890897385692693ee653aaddce (patch)
treec55044979ba1c480589de22590b4df63bc44a17a /doc/ale.txt
parentf896744feec260fb196d38bba23308080c04192c (diff)
downloadale-d53a085096306c890897385692693ee653aaddce.zip
Add fixer for "dotnet format" (#3879)
The .NET ecosystem has an official tool for formatting its files: `dotnet format` This adds support for that tool to ALE.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index c2a1b01e..351c34ce 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2681,6 +2681,7 @@ documented in additional help files.
uncrustify............................|ale-cpp-uncrustify|
c#......................................|ale-cs-options|
csc...................................|ale-cs-csc|
+ dotnet-format.........................|ale-cs-dotnet-format|
mcs...................................|ale-cs-mcs|
mcsc..................................|ale-cs-mcsc|
uncrustify............................|ale-cs-uncrustify|