npm-package-demo/.prettierrc
2025-04-18 13:20:45 +08:00

8 lines
110 B
Plaintext

{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}