livekit-dgn/.prettierrc

8 lines
106 B
Text
Raw Normal View History

2022-10-24 17:03:12 +02:00
{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"printWidth": 100
}