From 22e7b2d3b26131bb9dc2ecbede35b81a5da9327b Mon Sep 17 00:00:00 2001 From: Schamper Date: Tue, 20 Jan 2015 12:29:09 +0100 Subject: [PATCH] Fix editorconfig syntax --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 71340c4063..71cf54ef4d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.js, *.css, *.tpl, *.json] +[{*.js, *.css, *.tpl, *.json}] indent_style = tab end_of_line = lf charset = utf-8