gpt4 book ai didi

rust - 每个声明的 rustfmt 配置

转载 作者:行者123 更新时间:2023-11-29 08:18:36 58 4
gpt4 key购买 nike

我有大量使用 rustfmt 的默认缩进设置格式不佳的结构。对于这个特定的声明,Visual 缩进更合适。

是否可以使用属性配置每个声明的格式,以便我可以根据需要提供缩进设置(或任何设置)?

最佳答案

这是不可能的。

FWIW,您可以将 #[rustfmt_skip]#[cfg_attr(rustfmt, rustfmt_skip)] 放在表达式或项目上以跳过格式化。

fn foo() {
#[rustfmt_skip]
let x = [1, 2, 3, 4, 5,
6, 7, 8, 9, 10];
}

关于rust - 每个声明的 rustfmt 配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47478159/

58 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com