Files
node-poppler/.prettierrc
T
2023-07-07 16:57:39 +01:00

18 lines
266 B
Plaintext

{
"arrowParens": "always",
"endOfLine": "lf",
"semi": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true,
"overrides": [
{
"files": ["*.css", "*.html", "*.scss"],
"options": {
"bracketSameLine": true,
"printWidth": 120
}
}
]
}