Update some small things

This commit is contained in:
Tulir Asokan
2022-01-09 00:06:35 +02:00
parent 63fafec1b7
commit e321bc30d0
5 changed files with 11 additions and 4 deletions

View File

@@ -8,6 +8,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.py]
max_line_length = 99