Set up prettier
This commit is contained in:
parent
07a2dc8c5d
commit
727ca3259a
9 changed files with 30 additions and 12 deletions
5
meta/fmt
Executable file
5
meta/fmt
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
prettier . --write
|
||||
cargo fmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue