This repository has been archived on 2023-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
black-cat/.prettierrc
2022-12-09 17:12:17 -06:00

7 lines
No EOL
117 B
Text

{
"semi": false,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 150,
"tabWidth": 2
}