1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 03:48:59 +00:00
trezor-wallet/.prettierrc
Vladimir Volek b13cbb1365 Added config
2019-03-04 12:15:22 +01:00

11 lines
226 B
Plaintext

{
"printWidth": 100,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
"bracketSpacing": true,
"semi": true,
"useTabs": false,
"jsxBracketSameLine": false
}