This website requires JavaScript.
Explore
Help
Sign In
lelgenio
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
ca0c093ecd
nixos-config
/
scripts
/
pint-fmt
8 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kakoune: add pint as formatter
2024-10-23 12:35:07 -03:00
#!/bin/sh
scripts: update pint-fmt
2024-10-25 16:43:20 -03:00
file="$(mktemp)"
kakoune: add pint as formatter
2024-10-23 12:35:07 -03:00
cat - >"$file"
./vendor/bin/pint --quiet "$file"
cat "$file"
rm "$file"
Reference in a new issue
Copy permalink