Files
bentopdf/.prettierrc

9 lines
126 B
Plaintext
Raw Normal View History

{
"semi": true,
"trailingComma": "es5",
2025-10-17 13:52:45 +05:30
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
}