File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
22 // Disable git
3- "git.enabled" : false ,
3+ "git.enabled" : true ,
44
55 // Php
66 "php.validate.executablePath" : " C:/xampp/php/php.exe" ,
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 ,
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
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}
You can’t perform that action at this time.
0 commit comments