From c93121fa49e251912910b914f1e2b47dec533abb Mon Sep 17 00:00:00 2001 From: Jonathan Wilsson Date: Sat, 19 Sep 2015 18:34:04 +0200 Subject: [PATCH] Set comment to false as default. Closes #24 --- lib/config/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/defaults.json b/lib/config/defaults.json index 87c1f1d1..62df5b13 100644 --- a/lib/config/defaults.json +++ b/lib/config/defaults.json @@ -15,7 +15,7 @@ "comment": { "allowed": "^!", - "enabled": true + "enabled": false }, "duplicateProperty": {