Files
bentopdf/.prettierrc

9 lines
125 B
Plaintext
Raw Normal View History

{
"semi": true,
"trailingComma": "es5",
2025-10-17 14:27:24 +05:30
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}