22 lines
No EOL
512 B
JSON
22 lines
No EOL
512 B
JSON
{
|
|
"cSpell.words": [
|
|
"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
|
|
}
|
|
} |