prettierrc line update to 80 from 100, and singleQuote -> false from true #86

Merged
zach merged 7 commits from forgejo-workflows into main 2026-05-16 01:46:27 +02:00
Showing only changes of commit f6119072f7 - Show all commits
+2 -1
View File
@@ -17,7 +17,8 @@ jobs:
apk add --no-cache \
git \
cargo \
rust
rust \
rustfmt
- name: Rustfmt
run: |