Files
adyen-web-demo/prettier.config.js
Michael Ossig 5d1f19e90e combined repos
2022-03-10 14:21:04 -05:00

9 lines
150 B
JavaScript

module.exports = {
arrowParens: "avoid",
bracketSpacing: true,
trailingComma: "none",
tabWidth: 2,
printWidth: 150,
singleQuote: true,
};