Skip to content

Commit

Permalink
VS Code settings and extensions recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed Dec 8, 2023
1 parent b1fbda3 commit a843ed4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"persoderlind.vscode-phpcbf",
"shevaua.phpcs",
"EditorConfig.EditorConfig"
]
}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
"editor.formatOnSave": true,
"phpcs.standard": "WordPress",
"phpcbf.standard": "WordPress",
"phpcs.errorSeverity": 4,
"phpcs.warningSeverity": 4,
"intelephense.environment.phpVersion": "8.1"
}

0 comments on commit a843ed4

Please sign in to comment.