mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Forbid trailing whitespaces
This commit is contained in:
parent
b6b8308034
commit
2a35def5ef
2 changed files with 2 additions and 3 deletions
|
@ -4,5 +4,5 @@ root = true
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
"line_length": 1000
|
||||
},
|
||||
"MD024": false,
|
||||
"MD032": false,
|
||||
"MD009": false
|
||||
"MD032": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue