asterinas/osdk/rustfmt.toml

11 lines
464 B
TOML
Raw Permalink Normal View History

2024-02-29 06:07:27 +00:00
# This file contains the same content as the rustfmt.toml in the root directory,
# but configurations that rely on nightly Rust are commented out.
# This is needed because unlike the rest of the project,
# OSDK is built with the stable Rust and thus cannot use unstable features.
# Once these rustfmt configurations become stable,
# the corresponding lines can be uncommented.
# imports_granularity="Crate"
# group_imports="StdExternalCrate"
reorder_imports=true