pdf-to-markdown/ui/.prettierrc
2021-01-03 14:10:02 +01:00

9 lines
159 B
Plaintext

{
"svelteSortOrder": "scripts-markup-styles",
"printWidth": 120,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}