examples/archived/web3-examples/web-frontend/.prettierrc.js

9 lines
132 B
JavaScript
Raw Permalink Normal View History

2021-02-25 21:18:07 +00:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false
};