mattercontrol/.prettierrc

8 lines
107 B
Text
Raw Permalink Normal View History

2026-01-28 22:41:50 -08:00
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
}