crypto-pro-js/.prettierrc.js

9 lines
140 B
JavaScript
Raw Normal View History

2020-03-28 20:10:18 +03:00
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
arrowParens: 'always',
};