tpuproxy/web/.prettierrc

7 lines
89 B
Plaintext
Raw Normal View History

2022-06-21 03:47:05 -07:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}