mirror of
https://github.com/d3ward/toolz.git
synced 2024-11-10 17:25:04 +08:00
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
bracketSpacing: true,
|
|
semi: false,
|
|
singleQuote: true,
|
|
tabWidth: 4,
|
|
trailingComma: 'none',
|
|
useTabs: true
|
|
}
|