Skip to content

Commit 025a677

Browse files
authored
Update settings.json
1 parent ddb1d79 commit 025a677

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.vscode/settings.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Disable git
3-
"git.enabled": false,
3+
"git.enabled": true,
44

55
// Php
66
"php.validate.executablePath": "C:/xampp/php/php.exe",
@@ -55,7 +55,8 @@
5555
"editor.unicodeHighlight.invisibleCharacters": false,
5656
"editor.wordWrap": "off",
5757
"editor.formatOnSave": true,
58-
"editor.formatOnPaste": true
58+
"editor.formatOnPaste": true,
59+
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
5960
},
6061
"[javascript]": {
6162
"editor.formatOnSave": true,
@@ -88,6 +89,9 @@
8889
"editor.wordWrapColumn": 1000,
8990
"editor.autoClosingBrackets": "always"
9091
},
92+
"[xml]": {
93+
"editor.defaultFormatter": "DotJoshJohnson.xml"
94+
},
9195

9296
"editor.codeActionsOnSave": {
9397
"source.fixAll.markdownlint": true
@@ -99,5 +103,10 @@
99103
"intelephense.environment.phpVersion": "8.1.6",
100104
"workbench.startupEditor": "none",
101105
"workbench.colorTheme": "Bearded Theme Oceanic",
102-
"explorer.confirmDragAndDrop": false
106+
"explorer.confirmDragAndDrop": false,
107+
108+
"files.associations": {
109+
"*.env": "properties",
110+
"*.env.*": "properties"
111+
}
103112
}

0 commit comments

Comments
 (0)