chromium/examples/aws-sam/hello-world/.prettierrc.js

7 lines
125 B
JavaScript

module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4
};