summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vystavkin <jujav4ik@gmail.com>2016-10-30 16:38:10 +0200
committerAndrey Vystavkin <jujav4ik@gmail.com>2016-10-30 16:38:10 +0200
commita73f119a58944b246c4fefe6fcdabff07d362585 (patch)
treedff845d8412b414b0fd17674b026bb4b336cbf8a
parent8a726eda5dce3166eb9154d823d1e97b61dd1917 (diff)
downloadTwoFactorAuth-a73f119a58944b246c4fefe6fcdabff07d362585.zip
TwoFactorAuth-a73f119a58944b246c4fefe6fcdabff07d362585.tar.gz
TwoFactorAuth-a73f119a58944b246c4fefe6fcdabff07d362585.tar.bz2
removed .editconfig from repo and phpcs
-rw-r--r--.editorconfig18
-rw-r--r--composer.json3
2 files changed, 1 insertions, 20 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 7061901..0000000
--- a/.editorconfig
+++ /dev/null
@@ -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
diff --git a/composer.json b/composer.json
index a67b51f..e14d089 100644
--- a/composer.json
+++ b/composer.json
@@ -21,8 +21,7 @@
"php": ">=5.3.0"
},
"require-dev": {
- "phpunit/phpunit": "@stable",
- "cakephp/cakephp-codesniffer": "^2.0"
+ "phpunit/phpunit": "@stable"
},
"autoload": {
"psr-4": {