Files
conventional-semantic-git-t…/.prettierrc
Timo Behrendt 370fbd39a3
All checks were successful
CD / Release (push) Successful in 39s
chore: initial-commit (#1)
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-08-17 22:52:19 +02:00

9 lines
127 B
Plaintext

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