procyon/.prettierrc
2019-10-31 19:47:39 +01:00

9 lines
No EOL
143 B
Text

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