smart-contract-frontend/.prettierrc
2024-08-07 06:07:02 +08:00

7 lines
111 B
Plaintext

{
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"printWidth": 99
}