CyberChef/.prettierrc

12 lines
225 B
Text
Raw Normal View History

2024-02-25 16:31:23 -05:00
{
"tabWidth": 4,
"useTabs": false,
"printWidth": 120,
"proseWrap": "always",
"semi": true,
"singleQuote": false,
"bracketSpacing": true,
"trailingComma": "none",
"quoteProps": "preserve"
}