Files
breez-sdk-docs/snippets/react-native/.prettierrc
2023-10-24 22:38:52 +02:00

9 lines
129 B
Plaintext

{
"endOfLine": "lf",
"printWidth": 80,
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
}