mirror of https://github.com/aya-rs/aya
Merge pull request #666 from aya-rs/toml-fmt
toml: add formatter and check in CIreviewable/pr667/r2
commit
dc3b0b8730
@ -0,0 +1,5 @@
|
||||
[[rule]]
|
||||
|
||||
[rule.formatting]
|
||||
indent_string = " "
|
||||
reorder_arrays = true
|
@ -1,3 +1,3 @@
|
||||
[build]
|
||||
publish = "site"
|
||||
command = "rustup toolchain install nightly -c rust-src && cargo xtask docs"
|
||||
publish = "site"
|
||||
command = "rustup toolchain install nightly -c rust-src && cargo xtask docs"
|
||||
|
Loading…
Reference in New Issue