From 01da0741a499e9ce57597f0e62cd01405879ceaf Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Mon, 19 Oct 2015 17:31:28 +0530 Subject: [PATCH] modified editorconfig file --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1ab50238..160d331c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,9 +8,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true - -# Matches project php files the composer.json and .travis.yml -[php/**/*.php, php/**/*.php] indent_style = space indent_size = 4