fluence-js/.prettierrc.js

9 lines
145 B
JavaScript
Raw Normal View History

2020-12-23 17:24:22 +03:00
module.exports = {
2022-05-31 19:05:52 +03:00
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false,
2020-12-23 17:24:22 +03:00
};