From 1faabe36fcaa4986b25bbc91a08d41759d1b8b88 Mon Sep 17 00:00:00 2001 From: apogeeoak <59737221+apogeeoak@users.noreply.github.com> Date: Sat, 24 Jul 2021 13:35:44 -0400 Subject: [PATCH] Add empty rustfmt.toml file to enforce defaults. --- rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..187eb45 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +# Rustfmt Configuration. + +## Empty to enforce all defaults. +## Overrides configuration from parent directory, home directory, and global config directory.