forked from verdnatura/hedera-web
14 lines
418 B
JSON
14 lines
418 B
JSON
{
|
|
"files.eol": "\n",
|
|
"eslint.autoFixOnSave": true,
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.defaultFormatter": null,
|
|
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
|
"[sql]": {
|
|
"editor.formatOnSave": true
|
|
}
|
|
}
|