mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
Add eslint rule "space-infix-ops"
This commit is contained in:
parent
7f997f589f
commit
231b47b2b9
@ -47,5 +47,6 @@ module.exports = {
|
||||
{ "beforeColon": false, "afterColon": true, "mode": "strict" }
|
||||
],
|
||||
"func-call-spacing": ["error", "never"],
|
||||
"space-infix-ops": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user