insomnia/.prettierrc

10 lines
176 B
Plaintext
Raw Normal View History

2018-06-25 17:42:50 +00:00
{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
2018-07-25 20:58:01 +00:00
"printWidth": 100
}