diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-28 13:21:27 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-28 13:21:27 +0000 |
| commit | e0ba71e39ad68e58a32e88367271e8d5eda38550 (patch) | |
| tree | a3195e3987dca061e61ae32f4c1a7582d5ee08d4 | |
| parent | f17dbfc933eaef12d3ae29ca500675328eaeb08e (diff) | |
Ignore rustfmt for y.rs
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 2bd8f7d1bc1..ebeca8662a5 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,5 @@ +ignore = ["y.rs"] + # Matches rustfmt.toml of rustc version = "Two" use_small_heuristics = "Max" |
