.prettierrc 120 Bytes
Newer Older
dengxiaofeng's avatar
dengxiaofeng committed
1
{
邓晓峰's avatar
邓晓峰 committed
2
 "printWidth": 120,
邓晓峰's avatar
邓晓峰 committed
3 4 5 6 7
 "tabWidth": 2,
 "useTabs": false,
 "semi": true,
 "singleQuote": true,
 "trailingComma": "all"
dengxiaofeng's avatar
dengxiaofeng committed
8
}