Files
excel-download/react+springboot/react-practice/.prettierrc
2021-07-14 21:57:27 +09:00

7 lines
104 B
Plaintext

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