Skip to content

Commit

Permalink
Fixed cording style
Browse files Browse the repository at this point in the history
  • Loading branch information
makotokw committed Apr 30, 2016
1 parent 2d6cd0d commit ecd8148
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 417 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module.exports = function(grunt) {
grunt.initConfig({
exec: {
phpcs_plugin: {
cmd: 'phpcs --standard=WordPress *.php'
cmd: 'phpcs --standard=WordPress-Core markdown.php --report-width=200 -s'
},
phpcs_src: {
cmd: 'phpcs --standard=PSR2 src'
cmd: 'phpcs --standard=PSR2 src --report-width=200 -s'
}
},
compass: {
Expand Down
Loading

0 comments on commit ecd8148

Please sign in to comment.