mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
28 lines
486 B
JSON
28 lines
486 B
JSON
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"cSpell.words": [
|
|
"admzip",
|
|
"antd",
|
|
"APPDATA",
|
|
"catched",
|
|
"Classname",
|
|
"execa",
|
|
"getstation",
|
|
"imjs",
|
|
"ragestudio",
|
|
"rclone",
|
|
"sevenzip",
|
|
"unzipper",
|
|
"upath",
|
|
"userdata"
|
|
]
|
|
}
|