23 lines
619 B
JSON
23 lines
619 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.fontFamily": "'FiraCode Nerd Font', 'FiraCode NF','Droid Sans Mono', 'monospace', monospace",
|
|
"editor.fontLigatures": true,
|
|
"rust-analyzer.linkedProjects": ["./Cargo.toml"],
|
|
"editor.tabSize": 2,
|
|
"editor.detectIndentation": false,
|
|
"workbench.preferredDarkColorTheme": "Sweet Dracula",
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"cSpell.language": "en,fr",
|
|
"gitlens.plusFeatures.enabled": false,
|
|
"editor.guides.bracketPairs": true,
|
|
"cSpell.words": [
|
|
"actix",
|
|
"clickhouse",
|
|
"datalake",
|
|
"openapi",
|
|
"utoipa",
|
|
"uuid",
|
|
"Uuid"
|
|
]
|
|
}
|