From a09886316301096c1ec230bf6ccc93a64f249556 Mon Sep 17 00:00:00 2001 From: Johan Ronsse Date: Wed, 14 Jul 2021 11:04:48 +0200 Subject: [PATCH] Default indent size pug does not match default indent size editorconfig, fix this --- core/discovery/default-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/discovery/default-config.js b/core/discovery/default-config.js index ac5656e..fcdb0c9 100644 --- a/core/discovery/default-config.js +++ b/core/discovery/default-config.js @@ -71,7 +71,7 @@ const defaultConfig = { preserveNewlines: true, inline: '', logSuccess: false, - indentSize: 2, + indentSize: 4, unformatted: ['pre', 'textarea'], extraLiners: ['body'] },