Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-portfolio/.vscode/settings.json
{
	"phpcs.enable": true,
	"phpcs.standard": "WordPress",
	"phpcs.executablePath": "./vendor/bin/phpcs",
	"phpcs.showWarnings": true,
	"phpcs.composerJsonPath": "composer.json",
	"phpcbf.executablePath": "./vendor/bin/phpcbf.bat",
	"phpcbf.standard": "WordPress",
	"stylelint.enable": true,
	"css.validate": false,
	"scss.validate": false,
	"prettier.eslintIntegration": true,
	"prettier.singleQuote": true,
	"editor.formatOnPaste": true,
	"[css]": {
		"editor.formatOnSave": true
	},
	"[php]": {
		"editor.detectIndentation": true,
		"editor.useTabStops": true,
		"editor.formatOnSave": false,
		"editor.insertSpaces": true,
		"editor.tabSize": 4
	},
	"[javascript]": {
		"editor.insertSpaces": true,
		"editor.detectIndentation": false,
		"editor.useTabStops": false
	},
	"[json]": {
		"editor.formatOnSave": true
	},
	"[xml]": {
		"editor.formatOnSave": false
	},
	"editor.codeActionsOnSave": {
		"source.fixAll.eslint": "explicit"
	}
}
Page not found – Hello World !