From b9de86f96cc881d62b5165a2cd26ab2e85d51bc2 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 9 Jun 2015 15:40:31 +0200 Subject: [PATCH] Minor fix in EditorConfig. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bb03e8199..da21ef4c5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -46,7 +46,7 @@ indent_size = 2 indent_style = space # Less -[*.js] +[*.less] indent_size = 2 indent_style = space