mirror of
https://github.com/seepine/hash-files.git
synced 2025-07-28 19:13:13 +08:00
16 lines
361 B
JSON
16 lines
361 B
JSON
{
|
|
// Run eslint on save
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
// Never show expanded abbreviation
|
|
"emmet.showExpandedAbbreviation": "never",
|
|
// Disable code minimap
|
|
"editor.minimap.enabled": false,
|
|
// Wrap long lines
|
|
"editor.wordWrap": "on",
|
|
"yaml.schemas": {
|
|
"https://www.artillery.io/schema.json": []
|
|
}
|
|
}
|