srx.astro.nix/.vscode/settings.json

42 lines
1.1 KiB
JSON

{
"editor.linkedEditing": true,
"editor.formatOnSave": true,
"files.associations": {
"*.mdx": "markdown",
"*.css": "tailwindcss",
"flake.lock": "json"
},
"[nix]": {
"editor.defaultFormatter": "kamadorueda.alejandra"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[tailwindcss]": {
"editor.defaultFormatter": "bradlc.vscode-tailwindcss"
},
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"nix.serverPath": "nil",
"nix.enableLanguageServer": true,
"alejandra.program": "alejandra"
}