14 Star 13 Fork 188

OpenHarmony-TPC / chromium_src

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.rustfmt.toml 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 2023-08-12 11:00 . chromium 99.0.4844.88 origin init
# This file defines the Rust style for automatic reformatting.
# See also https://rust-lang.github.io/rustfmt
# Rust language edition to be used by the parser.
edition = "2021"
# Version of the formatting rules to use.
version = "Two"
# Line endings will be converted to \n.
newline_style = "Unix"
# The "Default" setting has a heuristic which splits lines too aggresively.
# We are willing to revisit this setting in future versions of rustfmt.
# Bugs:
# * https://github.com/rust-lang/rustfmt/issues/3119
# * https://github.com/rust-lang/rustfmt/issues/3120
use_small_heuristics = "Max"
# Third party code is formatted upstream.
ignore = [
"third_party/rust",
]
1
https://gitee.com/openharmony-tpc/chromium_src.git
git@gitee.com:openharmony-tpc/chromium_src.git
openharmony-tpc
chromium_src
chromium_src
master

搜索帮助