From bf5f7034580980f50e8f583c10a948d3a5219638 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Override indent size for some file types --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.editorconfig b/.editorconfig index 349cc2b81..6a6533133 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,15 @@ indent_style = space # Markdown customizations [*.md] trim_trailing_whitespace = false + +[docker-compose.yaml,Dockerfile] +indent_size = 2 + +[*.pcss] +indent_size = 2 + +[{postcss,tailwind,webpack}.config.js] +indent_size = 2 + +[tools/tailwindcss/**/*.js] +indent_size = 2