simplex-api/.prettierrc

7 lines
99 B
Plaintext
Raw Normal View History

2019-08-24 17:43:06 +02:00
{
"bracketSpacing": false,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all"
}