/ templates / react-tailwind / .prettierrc.json
.prettierrc.json
 1  {
 2    "semi": true,
 3    "singleQuote": true,
 4    "tabWidth": 2,
 5    "useTabs": false,
 6    "endOfLine": "lf",
 7    "printWidth": 100,
 8    "trailingComma": "all",
 9    "singleAttributePerLine": false,
10    "jsxSingleQuote": false,
11    "arrowParens": "always",
12    "bracketSameLine": false,
13    "bracketSpacing": true
14  }