7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
|
module.exports = {
|
||
|
...require('gts/.prettierrc.json'),
|
||
|
"bracketSpacing": true,
|
||
|
"tabWidth": 4,
|
||
|
"printWidth": 120,
|
||
|
}
|