From cd4f95f1efcd5bc8260cc0fac5504b35512ee4e1 Mon Sep 17 00:00:00 2001 From: ziirish Date: Mon, 3 Aug 2015 00:47:26 +0200 Subject: [PATCH] tweaks --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e72bd73d..c5b468b8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,11 +11,11 @@ end_of_line = lf insert_final_newline = true charset = utf-8 -[**/*.{js,html,css}] +[*.{js,html,css}] indent_style = tab indent_size = 2 -[**/*.py] +[*.py] indent_style = space indent_size = 4