diff options
author | Jelte Fennema <github-tech@jeltef.nl> | 2021-08-25 08:27:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 15:27:04 +0900 |
commit | d53a085096306c890897385692693ee653aaddce (patch) | |
tree | c55044979ba1c480589de22590b4df63bc44a17a /supported-tools.md | |
parent | f896744feec260fb196d38bba23308080c04192c (diff) | |
download | ale-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 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index b8db6ffb..4de9328c 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -75,6 +75,7 @@ formatting. * [uncrustify](https://github.com/uncrustify/uncrustify) * C# * [csc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-csc` for details and configuration + * [dotnet-format](https://github.com/dotnet/format) * [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) see:`help ale-cs-mcs` for details * [mcsc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-mcsc` for details and configuration * [uncrustify](https://github.com/uncrustify/uncrustify) |