protocol/.prettierrc
2020-10-20 23:52:44 -04:00

8 lines
126 B
Plaintext

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