From 6bdd214224dfecc3759f7dc88132527f84eaef8c Mon Sep 17 00:00:00 2001 From: Don Syme Date: Tue, 16 Nov 2021 14:35:46 +0000 Subject: [PATCH] add fantomas tool to repo --- .config/dotnet-tools.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 00000000000..981fafc4d56 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "fantomas-tool": { + "version": "4.6.0-alpha-007", + "commands": [ + "fantomas" + ] + } + } +} \ No newline at end of file