removed .editconfig from repo and phpcs

This commit is contained in:
Andrey Vystavkin
2016-10-30 16:38:10 +02:00
parent 8a726eda5d
commit a73f119a58
2 changed files with 1 additions and 20 deletions
-18
View File
@@ -1,18 +0,0 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
[*.yml]
indent_style = space
indent_size = 2
+1 -2
View File
@@ -21,8 +21,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "@stable",
"cakephp/cakephp-codesniffer": "^2.0"
"phpunit/phpunit": "@stable"
},
"autoload": {
"psr-4": {