chinese-colors/.prettierrc

9 lines
137 B
Plaintext
Raw Permalink Normal View History

2019-08-27 17:27:26 +08:00
{
"printWidth": 100,
"singleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"tabWidth": 2,
"semi": true
}