1
0
mirror of https://github.com/fluencelabs/marine.git synced 2025-04-03 06:31:04 +00:00

9 lines
145 B
JavaScript
Raw Normal View History

2022-01-21 19:06:06 +03:00
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false,
};