From 16d35cf77e0b650091a5a91a3c2d2c61631eb1cb Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 31 Mar 2018 13:49:07 +0200 Subject: Use Travis stages to run JS tests separately --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 8783e4cb..f0d83ee3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{htaccess,html,js,json,xml}] +[*.{htaccess,html,js,json,xml,yml}] indent_size = 2 [*.php] -- cgit v1.2.3