From 33261a4a64f9c0d7b3d7926589663fdd003fa81d Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Sat, 14 Mar 2015 22:01:51 +0100 Subject: [PATCH] Correct editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 23f1adc..052e5ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{js,rb}] +[*.{js,rb,css,html}] indent_size = 2 [*.go]