livekit-dgn/.prettierrc
2022-10-24 17:03:12 +02:00

7 lines
106 B
Text

{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"printWidth": 100
}