2021-08-19 08:26:23 +08:00
|
|
|
{
|
2021-08-24 01:22:42 +08:00
|
|
|
"editor.formatOnSave": false,
|
2021-08-19 08:26:23 +08:00
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-25 09:30:34 +08:00
|
|
|
"source.fixAll": "explicit"
|
2021-08-19 08:26:23 +08:00
|
|
|
},
|
2021-12-24 18:12:54 +08:00
|
|
|
"editor.wordWrap": "on",
|
2022-02-03 15:40:45 +08:00
|
|
|
"files.associations": {
|
2022-02-08 09:00:39 +08:00
|
|
|
".ecrc": "json",
|
2022-02-05 17:36:59 +08:00
|
|
|
".imgbotconfig": "jsonc",
|
|
|
|
".markdownlintignore": "ignore"
|
2021-08-19 08:26:23 +08:00
|
|
|
}
|
2021-09-06 23:23:11 +08:00
|
|
|
}
|