scuff/.prettierrc

7 lines
89 B
Plaintext
Raw Permalink Normal View History

2022-04-22 14:20:51 -04:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}