mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
38 lines
781 B
JSON
38 lines
781 B
JSON
{
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"go",
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"svelte",
|
|
"astro",
|
|
"html",
|
|
"css",
|
|
"json",
|
|
"graphql",
|
|
"markdown"
|
|
],
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackPath": "/Library/Frameworks/Python.framework/Versions/3.9/bin/black",
|
|
"pyright.inlayHints.functionReturnTypes": false,
|
|
"pyright.inlayHints.variableTypes": false,
|
|
"svelte.enable-ts-plugin": true,
|
|
"eslint.probe": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"svelte"
|
|
],
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"svelte"
|
|
]
|
|
}
|