This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
FileTransferAPI/.prettierrc
2023-06-04 22:42:22 +02:00

10 lines
165 B
Plaintext

{
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"semi": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 100
}