meta/.prettierrc
Alexander Borsuk 28ad2631bf Initial commit
2021-06-18 22:38:16 +02:00

7 lines
117 B
Text

{
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}