Forbid trailing whitespaces

This commit is contained in:
William Desportes 2021-08-08 20:43:01 +02:00
parent b6b8308034
commit 2a35def5ef
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -6,6 +6,5 @@
"line_length": 1000
},
"MD024": false,
"MD032": false,
"MD009": false
"MD032": false
}