Erant-OldApp/.prettierrc

9 lines
148 B
Plaintext
Raw Normal View History

2022-07-13 16:07:05 +00:00
{
"semi": false,
"trailingComma": "all",
"proseWrap": "preserve",
"printWidth": 180,
"useTabs": true,
"singleQuote": true
}