procyon/.prettierrc

8 lines
119 B
Text

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