mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-11 14:37:56 -05:00
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"editor.rulers": [80],
|
|
"eslint.rules.customizations": [
|
|
{ "rule": "*", "severity": "warn" }
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"editor.tabSize": 2
|
|
} |