[prettier] Add sensible global defaults
Some checks failed
/ Build my emacs config (push) Has been cancelled
/ doom (push) Has been cancelled

This commit is contained in:
Sebastian Schulze 2024-12-19 23:47:11 +01:00
parent 4ff95c1e94
commit 6706b66428
No known key found for this signature in database
GPG key ID: F6BA63C6A7D3044E

5
dot_prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"printWidth": 120
}