tornado-subgraph/.prettierrc.js
2021-06-10 12:47:29 +03:00

8 lines
115 B
JavaScript

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