From d52f4262266937a319d98e22a64d2499771f27df Mon Sep 17 00:00:00 2001 From: Meeeeow Date: Sun, 5 Nov 2017 18:59:32 +0800 Subject: [PATCH] refactor: :wrench: add .jsx into editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c65e480e9815..42bfe7af377f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,6 @@ end_of_line = lf insert_final_newline = true # 2 space indentation -[{.,}*.{js,yml,yaml}] +[{.,}*.{js,jsx,yml,yaml}] indent_style = space indent_size = 2