Skip to content

Commit

Permalink
Merge branch 'master' of github.com:benmatselby/sublime-phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
benmatselby committed Apr 1, 2015
2 parents a675028 + 5e3271e commit 4ba701d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion example-settings/nix-all-commands.example
Expand Up @@ -59,7 +59,6 @@

// Run all levels of fixing
"php_cs_fixer_additional_args": {
"--level": "all"
},


Expand Down
1 change: 0 additions & 1 deletion example-settings/windows-7-phpcs-fixer-linter.example
Expand Up @@ -67,7 +67,6 @@

// Additional arguments, run all levels of fixing
"php_cs_fixer_additional_args": {
"--level": "all"
},


Expand Down
5 changes: 0 additions & 5 deletions phpcs.sublime-settings
Expand Up @@ -89,11 +89,6 @@
"php_cs_fixer_executable_path": "",

// Additional arguments you can specify into the application
//
// Example:
// {
// "--level": "all"
// }
"php_cs_fixer_additional_args": {

},
Expand Down

0 comments on commit 4ba701d

Please sign in to comment.