hackathon/.prettierrc

7 lines
89 B
Plaintext

2021-12-23 05:34:24 +07:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}