fsb_backbone/.prettierrc

9 lines
125 B
Plaintext
Raw Normal View History

2021-03-12 07:55:43 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}