Files
excel-download/react-springboot/react-practice/.prettierrc
2021-02-19 22:49:52 +09:00

7 lines
104 B
Plaintext

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