Adding formatting script
This commit is contained in:
parent
f0ef6ed016
commit
771bcb5bda
12
fmt.sh
Executable file
12
fmt.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
RUSTFMT="rustfmt --write-mode overwrite"
|
||||
|
||||
$RUSTFMT ./util/src/lib.rs
|
||||
$RUSTFMT ./ethcore/src/lib.rs
|
||||
$RUSTFMT ./ethash/src/lib.rs
|
||||
$RUSTFMT ./rpc/src/lib.rs
|
||||
$RUSTFMT ./sync/src/lib.rs
|
||||
$RUSTFMT ./evmjit/src/lib.rs
|
||||
$RUSTFMT ./parity/main.rs
|
||||
|
@ -1 +0,0 @@
|
||||
hard_tabs = true
|
Loading…
Reference in New Issue
Block a user