From 420ad90e1112f50f3c89ece689a08f507ac1916f Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 6 Nov 2023 11:38:36 +0000 Subject: [PATCH] rustfmt toml for SPL --- token/rustfmt.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 token/rustfmt.toml 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