protocol/.prettierrc
2019-11-12 10:45:20 +00:00

7 lines
98 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "all"
}