Skip to content

Commit 98038b5

Browse files
authored
Update README.md
1 parent fe4936f commit 98038b5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ You can set up your project settings to use a specific standard using the follow
2626

2727
```json
2828
{
29-
"SublimeLinter": {
30-
"linters": {
31-
"phpcs": {
32-
"standard": "${folder}/phpcs.xml"
33-
}
34-
}
29+
"settings": {
30+
"SublimeLinter.linters.phpcs.args": "--standard=PSR2"
3531
}
3632
}
3733
```

0 commit comments

Comments
 (0)