tianji/.prettierrc.json

12 lines
209 B
JSON
Raw Normal View History

2023-08-31 13:17:57 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"jsxBracketSameLine": false
}