From c30c467e30277d241e2fe1266a52a8618b3b79bc Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Wed, 10 Nov 2021 14:35:39 +0000 Subject: [PATCH] Add .editorconfig for scss and css files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7628f3ed0..2c1d3b49f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,5 +21,9 @@ indent_size = 2 indent_style = space indent_size = 2 +[*.{scss,css}] +indent_style = space +indent_size = 2 + [.nvmrc] insert_final_newline = false \ No newline at end of file