Skip to content

Commit

Permalink
Add vscode format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schindler committed Oct 27, 2022
1 parent df796bf commit e4f8395
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"phpstan.enabled": true,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.useTabStops": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"phpstan.binPath": "Backend/Libraries/vendor/bin/phpstan",
"phpstan.configFile": ".phpstan.neon"
"phpstan.configFile": ".phpstan.neon",
"phpstan.enabled": true,
}

0 comments on commit e4f8395

Please sign in to comment.