1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/.vscode/settings.json
2024-08-04 21:59:28 +01:00

21 lines
391 B
JSON

{
"cSpell.words": [
"actix",
"deserialization",
"pemfile",
"rustdoc",
"rustls",
"serde",
"struct"
],
"markdownlint.config": {
"no-inline-html": false,
"link-image-reference-definitions": false,
"commands-show-output": false,
"fenced-code-language": false,
"no-trailing-punctuation": {
"punctuation": ".,;:。,;:"
}
}
}