refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / vim-prettier / prettier.vim
1 """"""""""""""""""""""""""""""""""""
2 "    Prettier-specific defaults    "
3 " from webinstall.dev/vim-prettier "
4 """"""""""""""""""""""""""""""""""""
5
6 " format as-you-type is quite annoying, so we turn it off
7 let g:prettier#autoformat = 0
8
9 " list all of the extensions for which prettier should run
10 autocmd BufWritePre .babelrc,.eslintrc,.jshintrc,*.js,*.jsx,*.mjs,*.ts,*.tsx,*.css,*.less,*.scss,*.json,*.graphql,*.md,*.vue,*.yaml,*.html PrettierAsync