Files
cli-spec-generator/.prettierrc

9 lines
133 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true
}