mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-27 04:45:38 +00:00
22 lines
391 B
JSON
Executable File
22 lines
391 B
JSON
Executable File
{
|
|
"explorer.icon.enableNerdfont": true,
|
|
"java.format.enabled": false,
|
|
"rust-analyzer.updates.channel": "nightly",
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"cs",
|
|
"html",
|
|
"java",
|
|
"javascript",
|
|
"json",
|
|
"go",
|
|
"python",
|
|
"rust",
|
|
"scala",
|
|
"typescript",
|
|
"typescript.tsx",
|
|
"typescriptreact",
|
|
"vue",
|
|
"xml"
|
|
],
|
|
"languageserver": {}
|
|
} |