Formatting and linting pre-commit hook (#143)

This commit is contained in:
Alexander Roidl
2025-07-22 21:39:52 +02:00
committed by GitHub
parent 25cc7fb650
commit 314b1818d7
2 changed files with 10 additions and 5 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"printWidth": 120
}