mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 06:42:21 +00:00
19 lines
374 B
JSON
19 lines
374 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",
|
|
"FUTURE",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]"
|
|
]
|
|
}
|