Files
conventional-semantic-git-t…/.prettierrc
Timo Behrendt 17c1cd8a41
All checks were successful
CI / Check Dist (pull_request) Successful in 11s
CI / Test (pull_request) Successful in 56s
CI / Dry-Run (pull_request) Successful in 11s
initial commit
2025-08-17 22:48:21 +02:00

9 lines
127 B
Plaintext

{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false
}