botserver/.prettierrc

9 lines
133 B
Text
Raw Normal View History

2018-11-11 19:09:18 -02:00
{
2018-11-27 22:56:11 -02:00
"trailingComma": "none",
2018-11-11 19:09:18 -02:00
"tabWidth": 2,
2018-11-27 22:56:11 -02:00
"printWidth": 120,
2018-11-11 19:09:18 -02:00
"arrowParens": "avoid",
"semi": true,
"singleQuote": true
}