From 3039fb83b239e1c882adaec2487ced2bc7909c3c Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Tue, 26 Sep 2023 13:02:15 -0400 Subject: [PATCH] feat: add rustfmt.toml file to prevent flags.rs fmt on save --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..24b94cad --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +ignore = ['src/options/flags.rs']