db-tutorial/prettier.config.js

10 lines
183 B
JavaScript
Raw Normal View History

2019-11-26 21:37:17 +08:00
/**
* @see https://prettier.io/docs/en/options.html
* @see https://prettier.io/docs/en/configuration.html
*/
module.exports = {
2020-01-14 23:56:55 +08:00
tabWidth: 2,
semi: false,
singleQuote: true
2019-11-26 21:37:17 +08:00
}