mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-25 04:38:58 +00:00
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"cSpell.words": ["smstring", "yspan"],
|
|
"rust-analyzer.runnableEnv": {
|
|
"RUST_BACKTRACE": "full"
|
|
},
|
|
"rust-analyzer.cargo.features": ["fuzzing"],
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true,
|
|
"todo-tree.general.tags": [
|
|
"BUG",
|
|
"HACK",
|
|
"FIXME",
|
|
"TODO",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]"
|
|
]
|
|
}
|