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

21 lines
391 B
JSON
Raw Normal View History

2022-02-26 04:56:24 +01:00
{
"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": ".,;:。,;:"
}
}
2022-02-26 04:56:24 +01:00
}