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 19, 2023
1 parent bb6d1f3 commit 0c749b9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["valeryanm.vscode-phpsab", "EditorConfig.EditorConfig"]
}
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
"editor.formatOnSave": true,
"phpsab.debug": true,
"intelephense.environment.phpVersion": "8.1",
"phpsab.allowedAutoRulesets": [
".phpcs.xml",
".phpcs.xml.dist",
"phpcs.xml",
"phpcs.xml.dist",
"phpcs.ruleset.xml",
"ruleset.xml"
]
}

0 comments on commit 0c749b9

Please sign in to comment.