mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 20:20:36 +00:00
23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"cSpell.words": ["smstring", "yspan"],
|
|
"rust-analyzer.runnableEnv": {
|
|
"RUST_BACKTRACE": "full"
|
|
},
|
|
"rust-analyzer.cargo.features": ["fuzzing", "wasm"],
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true,
|
|
"todo-tree.general.tags": [
|
|
"BUG",
|
|
"HACK",
|
|
"FIXME",
|
|
"TODO",
|
|
"FUTURE",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]"
|
|
],
|
|
"explorer.fileNesting.patterns": {
|
|
"*.rs": "${capture}.excalidraw"
|
|
},
|
|
"excalidraw.theme": "dark"
|
|
}
|