mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 14:48:13 -05:00
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"[stylus]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"dev"
|
|
],
|
|
"[go]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
}
|
|
} |