.rustfmt.toml

Source file repositories/reference/linux-study-clean/.rustfmt.toml

File Facts

System
Linux kernel
Corpus path
.rustfmt.toml
Extension
.toml
Size
369 bytes
Lines
13
Domain
Repository Root And Misc
Bucket
.rustfmt.toml
Inferred role
Repository Root And Misc: .rustfmt.toml
Status
atlas-only

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

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

Annotation

Implementation Notes