From 1cef4f6e0b9c5191ccc39707f1b576537a887818 Mon Sep 17 00:00:00 2001 From: adrinux Date: Wed, 10 Nov 2021 17:15:03 +0000 Subject: [PATCH] feat: add .editorconfig for scss and css files (#970) Co-authored-by: Adrian Simmons Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/970 Reviewed-by: dpschen Co-authored-by: adrinux Co-committed-by: adrinux --- .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