Skip to content

Instantly share code, notes, and snippets.

@camwhite
Created April 17, 2019 04:17
Show Gist options
  • Save camwhite/a08d5baecac92c6297df15b33b0a107f to your computer and use it in GitHub Desktop.
Save camwhite/a08d5baecac92c6297df15b33b0a107f to your computer and use it in GitHub Desktop.
" Prettier
let g:prettier#config#print_width = 65
let g:prettier#config#bracket_spacing = 'true'
let g:prettier#config#semi = 'false'
let g:prettier#config#single_quote = 'true'
let g:prettier#config#trailing_comma = 'none'
let g:prettier#autoformat = 0
autocmd BufWritePre *.js,*.jsx,*.mjs,*.vue,*.css,*.less,*.scss,*.json,*.graphql,*.md,*.vue,*.yaml,*.html PrettierAsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment