mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixes from review comments
This commit is contained in:
parent
f6a3a4fbdc
commit
ab9ce46997
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue