Files
rive-react/.prettierrc
2021-06-07 12:17:16 +01:00

8 lines
115 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": true,
"printWidth": 80
}