jitsi-roomsv2/frontend/.prettierrc
open-schnick 1aa7914289
All checks were successful
continuous-integration/drone/push Build is passing
add prettier and reformat project
2023-04-10 23:36:24 +02:00

16 lines
332 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"printWidth": 100,
"vueIndentScriptAndStyle": false
}