Skip to content

Commit aaab348

Browse files
authored
Update settings.json
1 parent cb2ce7e commit aaab348

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.vscode/settings.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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,
@@ -75,6 +75,13 @@
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",
@@ -119,7 +126,12 @@
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
},
@@ -129,11 +141,6 @@
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",

0 commit comments

Comments
 (0)