Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.rustfmt.toml 369 Bytes
Copy Edit Raw Blame History
Miguel Ojeda authored 2022-08-04 12:54 . rust: add .rustfmt.toml
edition = "2021"
newline_style = "Unix"
# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化