mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
This option is experimental, but can still be useful. While at it, sort the options alphabetically. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
14 lines
405 B
TOML
14 lines
405 B
TOML
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.
|
|
#comment_width = 100
|
|
#format_code_in_doc_comments = true
|
|
#group_imports = "StdExternalCrate"
|
|
#normalize_comments = true
|
|
#reorder_impl_items = true
|
|
#wrap_comments = true
|