mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
* extend descriptions and improve styling * s/capa explorer web/capa Explorer Web * set htmlWhitespaceSensitivity to ignore and reformat
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"printWidth": 120,
|
|
"trailingComma": "none",
|
|
"htmlWhitespaceSensitivity": "ignore"
|
|
}
|