ct-rs/.vscode/settings.json

25 lines
No EOL
616 B
JSON

{
"cSpell.words": [
"hasher",
"Merkle",
"Precertificate"
],
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.hg/store/**": true,
"**/.jj/**": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.jj": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.features": "all"
}