amis/.prettierrc

13 lines
240 B
Plaintext
Raw Normal View History

2019-05-06 13:41:19 +08:00
{
2019-11-07 10:41:14 +08:00
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"bracketSpacing": false,
"quoteProps": "consistent",
"arrowParens": "avoid",
"jsxBracketSameLine": false
2019-05-06 13:41:19 +08:00
}