mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
feat: add rust-toolchain.toml
This commit is contained in:
parent
2cf722ed48
commit
38ced33fa1
2 changed files with 3 additions and 1 deletions
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly"
|
||||||
|
|
@ -10,7 +10,7 @@ format_macro_bodies = true
|
||||||
format_strings = false
|
format_strings = false
|
||||||
hard_tabs = true
|
hard_tabs = true
|
||||||
hex_literal_case = "Lower"
|
hex_literal_case = "Lower"
|
||||||
hide_parse_errors = true
|
show_parse_errors = false
|
||||||
imports_indent = "Visual"
|
imports_indent = "Visual"
|
||||||
imports_layout = "Horizontal"
|
imports_layout = "Horizontal"
|
||||||
imports_granularity = "Crate"
|
imports_granularity = "Crate"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue