Skip to content

Commit

Permalink
Merge pull request #296 from TJSoler/patch-1
Browse files Browse the repository at this point in the history
Fixes the --excludes part of the command for phpfmt
  • Loading branch information
akalongman authored Mar 8, 2017
2 parents de0e990 + 1020fcb commit 606a3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CodeFormatter.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"passes": [],

// Disable specific transformations
"exclude": []
"excludes": []
},

"codeformatter_js_options":
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Language specific options:
"passes": [],

// Disable specific transformations
"exclude": []
"excludes": []
}
```

Expand Down

0 comments on commit 606a3b8

Please sign in to comment.