mirror of https://github.com/aya-rs/aya
toml: add formatter and check in CI
parent
893ab76afa
commit
c8bf646ef0
@ -0,0 +1,5 @@
|
|||||||
|
[[rule]]
|
||||||
|
|
||||||
|
[rule.formatting]
|
||||||
|
indent_string = " "
|
||||||
|
reorder_arrays = true
|
@ -1,3 +1,3 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "site"
|
publish = "site"
|
||||||
command = "rustup toolchain install nightly -c rust-src && cargo xtask docs"
|
command = "rustup toolchain install nightly -c rust-src && cargo xtask docs"
|
||||||
|
Loading…
Reference in New Issue