Skip to content

Commit 6a88dff

Browse files
VSCode workspace.
1 parent 6e04a48 commit 6a88dff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

symfony.code-workspace

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"files.eol": "\n",
9+
"files.trimTrailingWhitespace": true,
10+
"html.format.endWithNewline": true
11+
},
12+
"extensions": {
13+
"recommendations": [
14+
"bmewburn.vscode-intelephense-client",
15+
"ikappas.composer",
16+
"junstyle.twig-language",
17+
"mrmlnc.vscode-apache",
18+
"neilbrayfield.php-docblocker",
19+
"redhat.vscode-yaml",
20+
"swordev.phpstan",
21+
"whatwedo.twig"
22+
]
23+
}
24+
}

0 commit comments

Comments
 (0)