Forbid trailing whitespaces

pull/1138/head
William Desportes 3 years ago
parent b6b8308034
commit 2a35def5ef
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

@ -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…
Cancel
Save