File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1616 // "php.validate.executablePath": "/bin/php",
1717
1818 // Window zoom/scale
19- "window.zoomLevel" : 1 ,
19+ "window.zoomLevel" : 0.5 ,
2020
2121 // Workbench style
2222 "workbench.tree.indent" : 20 ,
7575 // Laravel Blade Snippets formatter @ext:onecentlin.laravel-blade
7676 "blade.format.enable" : true ,
7777
78+ // Files
79+ "files.associations" : {
80+ "*.env" : " properties" ,
81+ "*.env.*" : " properties" ,
82+ "*.code-snippets" : " json" // Dont format on save
83+ },
84+
7885 // Format files
7986 "[markdown]" : {
8087 "editor.defaultFormatter" : " DavidAnson.vscode-markdownlint" ,
119126 "[xml]" : {
120127 "editor.defaultFormatter" : " DotJoshJohnson.xml"
121128 },
129+ "[json]" : {
130+ "editor.formatOnSave" : false ,
131+ "editor.defaultFormatter" : " vscode.json-language-features"
132+ },
122133
134+ // Markdown
123135 "editor.codeActionsOnSave" : {
124136 "source.fixAll.markdownlint" : " explicit"
125137 },
129141 "intelephense.diagnostics.undefinedMethods" : false ,
130142 "intelephense.environment.phpVersion" : " 8.1.6" ,
131143
132- "files.associations" : {
133- "*.env" : " properties" ,
134- "*.env.*" : " properties"
135- },
136-
137144 // Inline params
138145 "inline-parameters.showPhpDollar" : false ,
139146 "inline-parameters.fontSize" : " 0.75em" ,
You can’t perform that action at this time.
0 commit comments