]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - .rustfmt.toml
Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/kernel/linux.git] / .rustfmt.toml
CommitLineData
80db40ba
MO
1edition = "2021"
2newline_style = "Unix"
3
4# Unstable options that help catching some mistakes in formatting and that we may want to enable
5# when they become stable.
6#
7# They are kept here since they are useful to run from time to time.
8#format_code_in_doc_comments = true
9#reorder_impl_items = true
10#comment_width = 100
11#wrap_comments = true
12#normalize_comments = true