addon/.support/.prettierrc

9 lines
No EOL
151 B
Text

{
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"parser": "typescript",
"printWidth": 120,
"bracketSameLine": true
}