omi/.prettierrc.js

10 lines
157 B
JavaScript
Raw Permalink Normal View History

2021-06-26 10:31:58 +08:00
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
2021-06-26 20:21:02 +08:00
singleQuote: true,
semi: false,
2021-06-26 10:31:58 +08:00
trailingComma: "none",
bracketSpacing: true
};