diff --git a/token/rustfmt.toml b/token/rustfmt.toml new file mode 100644 index 00000000000..2b118804efd --- /dev/null +++ b/token/rustfmt.toml @@ -0,0 +1,10 @@ +comment_width = 80 +edition = "2021" +format_code_in_doc_comments = true +format_strings = true +group_imports = "One" +ignore = [ + "**/*/entrypoint.rs" +] +imports_granularity = "One" +wrap_comments = true