summaryrefslogtreecommitdiffstats
path: root/stylelint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'stylelint.config.js')
-rw-r--r--stylelint.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/stylelint.config.js b/stylelint.config.js
index 573587019..a1c15bebb 100644
--- a/stylelint.config.js
+++ b/stylelint.config.js
@@ -1,3 +1,5 @@
const stylelintConfig = require('@nextcloud/stylelint-config')
+stylelintConfig.rules['indentation'] = 4;
+
module.exports = stylelintConfig