Fixes from review comments

This commit is contained in:
evgfilim1 2021-08-05 19:34:34 +05:00 committed by GitHub
parent f6a3a4fbdc
commit ab9ce46997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 99
[*.{yml,yaml}]
[**.{yml,yaml}]
indent_size = 2
[*.{md,txt}]
[**.{md,txt,rst}]
trim_trailing_whitespace = false
[Makefile]