1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 16:42:48 +00:00
Files
react-starter/.prettierrc
2018-01-03 22:36:25 +01:00

7 lines
90 B
Plaintext

{
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 140
}