mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
Forbid trailing whitespaces
This commit is contained in:
parent
b6b8308034
commit
2a35def5ef
@ -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 New Issue
Block a user