Skip to content

Instantly share code, notes, and snippets.

@DaviGn
Last active December 31, 2022 19:52
Show Gist options
  • Save DaviGn/ab2cdba5929b5839802e8ad2c7ae8fac to your computer and use it in GitHub Desktop.
Save DaviGn/ab2cdba5929b5839802e8ad2c7ae8fac to your computer and use it in GitHub Desktop.
Prettier
module.exports = {
tabWidth: 4,
bracketSpacing: true,
jsxBracketSameLine: false,
singleQuote: true,
semi: true,
trailingComma: 'none',
endOfLine: 'auto'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment