Files
pdf-tools/.prettierrc.json

7 lines
88 B
JSON

{
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"printWidth": 80
}