From 2e0c46b4c6abcc3e03d0cc8676273c2e1882c296 Mon Sep 17 00:00:00 2001 From: boyska Date: Sat, 22 Dec 2018 23:38:54 +0100 Subject: [PATCH] editor config for js --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 119b50a1..2b1a9fb1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,6 @@ insert_final_newline = true [*.php] indent_style = tab + +[*.js] +indent_style = tab