6 Star 16 Fork 3

Gitee 极速下载/tock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tock/tock
克隆/下载
rustfmt.toml 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brad Campbell 提交于 2023-06-26 12:24 . update rustfmt toml to show errors
# Licensed under the Apache License, Version 2.0 or the MIT License.
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Copyright Tock Contributors 2022.
# Tock uses rustfmt's default configuration for formatting style.
# Configure rustfmt to error when it cannot format a file. This helps avoid
# issues where rust code is silently not formatted because rustfmt encounters
# something it cannot format. Typically, this happens when a comment is inserted
# somewhere that rustfmt doesn't handle.
error_on_unformatted = true
# This configuration file is important so that when rustfmt is run within this
# repository, it does not search parent directories for a rustfmt.toml file.
# This allows projects with their own rustfmt.toml file to include tock as a
# submodule without changing the behavior of `make prepush`.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/mirrors/tock.git
git@gitee.com:mirrors/tock.git
mirrors
tock
tock
master

搜索帮助