mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 06:10:22 +00:00
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"editor.formatOnSave": false,
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
}
|
|
}
|