Files
libcrypto/.prettierrc
T
2024-09-09 03:57:19 +02:00

8 lines
143 B
Plaintext

{
"arrowParens": "avoid",
"bracketSpacing": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}