mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
11 lines
225 B
Text
11 lines
225 B
Text
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"proseWrap": "always",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"quoteProps": "preserve"
|
|
}
|