mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-26 05:24:21 +01:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
module.exports = {
|
|
...require('gts/.prettierrc.json'),
|
|
"bracketSpacing": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 120,
|
|
}
|