From e0785135383fb0d4c03feb51bf5becdc680c87b2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 24 Dec 2024 15:34:50 +0100 Subject: feat: make Highlighter generic over any T that is text_editor::Catalog --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..504c6fe --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +edition="2021" +max_width=80 -- cgit v1.2.3