tornado-subgraph/.prettierrc.js

8 lines
115 B
JavaScript
Raw Normal View History

2021-06-09 17:39:13 +03:00
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
};