mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
17 lines
287 B
JSON
17 lines
287 B
JSON
{
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"css",
|
|
"markdown",
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"json",
|
|
"yaml",
|
|
"html",
|
|
"graphql",
|
|
"mdx",
|
|
"rust"
|
|
]
|
|
}
|