问题标签 [rustfmt]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
12 问题
0
投票
1
回答
59
浏览
rust - 如何在 bazel rule_rust 中配置 rustfmt?
我注意到 bazel 没有从项目/目标文件夹中获取 rustfmt.toml 。为 bazel 构建编辑 fmt 参数的方法是什么?
0
投票
1
回答
110
浏览
rust - 是否可以使用 rustfmt 来格式化导入?
我一直在搞乱每晚的 rustfmt 及其所有选项(比稳定版本多得多)。
所以,只是出于好奇:如果我只想使用 rustfmt来格式化我的导入(use
语句),而不触及其余代码,这可能吗?