amis/.prettierrc

11 lines
196 B
Plaintext
Raw Normal View History

2019-05-06 13:41:19 +08:00
{
2019-05-08 12:38:57 +08:00
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"bracketSpacing": false,
"arrowParens": "avoid"
2019-05-06 13:41:19 +08:00
}