Skip to content

Instantly share code, notes, and snippets.

@laurenclark
Last active February 29, 2020 22:12
Show Gist options
  • Save laurenclark/ccd0ebf26bcb0fe2fdcd96fb81f6799f to your computer and use it in GitHub Desktop.
Save laurenclark/ccd0ebf26bcb0fe2fdcd96fb81f6799f to your computer and use it in GitHub Desktop.
Prettier config for Vue/Nuxt
module.exports = {
singleQuote: true,
printWidth: 80,
'editor.formatOnSave': true,
proseWrap: 'always',
tabWidth: 4,
requireConfig: false,
useTabs: false,
bracketSpacing: true,
jsxBracketSameLine: true,
semi: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment