mirror of
https://github.com/copy/v86
synced 2025-10-14 01:54:07 +08:00
fix rustfmt stupidity
This commit is contained in:
@@ -4,6 +4,3 @@ fn_single_line = true
|
||||
imports_indent = "Block"
|
||||
control_brace_style = "ClosingNextLine"
|
||||
single_line_if_else_max_width = 92
|
||||
ignore = [
|
||||
"src/rust/gen"
|
||||
]
|
||||
|
@@ -1,8 +1,14 @@
|
||||
#[rustfmt::skip]
|
||||
pub mod interpreter;
|
||||
#[rustfmt::skip]
|
||||
pub mod interpreter0f;
|
||||
|
||||
#[rustfmt::skip]
|
||||
pub mod jit;
|
||||
#[rustfmt::skip]
|
||||
pub mod jit0f;
|
||||
|
||||
#[rustfmt::skip]
|
||||
pub mod analyzer;
|
||||
#[rustfmt::skip]
|
||||
pub mod analyzer0f;
|
||||
|
Reference in New Issue
Block a user