From 2db80db95a74af454e6f2b8548c56dfae6c93ea6 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sat, 3 Dec 2016 17:03:39 +0100 Subject: [PATCH] Spaces not tabs --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2b6d1dc..99557a1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,11 +5,10 @@ root = true end_of_line = lf insert_final_newline = true - # Matches multiple files with brace expansion notation # Set default charset [*.{js,jsx,html,sass}] charset = utf-8 -indent_style = tab +indent_style = space indent_size = 2 trim_trailing_whitespace = true