Files
excel-download/react-springboot/my-app/.prettierrc

7 lines
104 B
Plaintext

{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80
}