diff --git a/rustfmt.toml b/rustfmt.toml index 3216a9aa..718d46c3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -24,4 +24,5 @@ group_imports = "StdExternalCrate" newline_style = "Unix" use_field_init_shorthand = true use_small_heuristics = "Off" -use_try_shorthand = true \ No newline at end of file +use_try_shorthand = true +ignore = ["/src"]