mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"search.exclude": {
|
|
"**/public": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"vetur.validation.template": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnType": true,
|
|
"editor.codeActionsOnSaveTimeout": 2000,
|
|
"prettier.semi": false,
|
|
"prettier.singleQuote": true,
|
|
"files.associations": {},
|
|
"eslint.codeAction.disableRuleComment": {},
|
|
"eslint.codeAction.showDocumentation": {
|
|
"enable": true
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"vue"
|
|
],
|
|
"[php]": {
|
|
"editor.defaultFormatter": "junstyle.php-cs-fixer"
|
|
},
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"files.autoGuessEncoding": true,
|
|
"files.exclude": {
|
|
"**/.vscode": true,
|
|
"compile_commands.json": true,
|
|
"*.hrccproj": true,
|
|
"*.sln": true,
|
|
"*.suo": true
|
|
},
|
|
}
|
|
} |