From 50af1929ff0c85e5cb0f68cf4e8aed177e1c67b4 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 29 Dec 2021 23:16:14 +0000 Subject: [PATCH] Add nimfmt (#2102) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 524afee..6c31bce 100644 --- a/packages.json +++ b/packages.json @@ -24650,5 +24650,17 @@ "description": "preprod", "license": "MIT", "web": "https://github.com/j-a-s-d/preprod" + }, + { + "name": "nimfmt", + "url": "https://github.com/FedericoCeratto/nimfmt", + "method": "git", + "tags": [ + "linting", + "linter" + ], + "description": "Configurable Nim code linter / formatter / style checker with heuristics", + "license": "GPLv3", + "web": "https://github.com/FedericoCeratto/nimfmt" } ]