trmnlc/.prettierrc

7 lines
96 B
Text
Raw Normal View History

2026-04-30 12:13:22 +00:00
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"bracketSameLine": true
}