From c55642e35c7afd51a4d2a2529770ec2aa910ffdb Mon Sep 17 00:00:00 2001 From: ziirish Date: Fri, 12 Feb 2016 21:59:13 +0100 Subject: [PATCH] fix editor indentation --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d97ba338..3d722d0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,11 @@ end_of_line = lf insert_final_newline = true charset = utf-8 -[*.{js,html,css}] +[*.{html,css}] +indent_style = space +indent_size = 2 + +[*.js] indent_style = tab indent_size = 2