From e8a49e10eb594427cf9a6f1ceaea74b536a010a2 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Sun, 24 Mar 2019 12:51:34 +0100 Subject: [PATCH] Change editorconfig indentation options --- frontend/.editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.editorconfig b/frontend/.editorconfig index 7053c49..22b00fd 100644 --- a/frontend/.editorconfig +++ b/frontend/.editorconfig @@ -1,5 +1,5 @@ [*.{js,jsx,ts,tsx,vue}] -indent_style = space -indent_size = 2 +indent_style = tab +indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true