From f39eeff61cd50078d0b0c70ab6241bc67f2bd138 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Sun, 22 Aug 2021 13:57:37 +1000 Subject: [PATCH] Remove trailing comma in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bdaa3e0..6651c1f3 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ As an alternative to specifying the `--indent-size` and `--indent-style` options "extra": { "composer-normalize": { "indent-size": 2, - "indent-style": "space", + "indent-style": "space" } } }