Skip to content

Commit

Permalink
Enforce formatting for rustc_codegen_cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 1, 2022
1 parent 028c6f1 commit bffe880
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ignore = [
"library/backtrace",
"library/portable-simd",
"library/stdarch",
"compiler/rustc_codegen_cranelift",
"compiler/rustc_codegen_gcc",
"src/doc/book",
"src/doc/edition-guide",
Expand All @@ -36,4 +35,9 @@ ignore = [
"src/tools/rust-analyzer",
"src/tools/rustfmt",
"src/tools/rust-installer",

# these are ignored by a standard cargo fmt run
"compiler/rustc_codegen_cranelift/y.rs", # running rustfmt breaks this file
"compiler/rustc_codegen_cranelift/example",
"compiler/rustc_codegen_cranelift/scripts",
]

0 comments on commit bffe880

Please sign in to comment.