mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Improve .editorconfig This is a continuation of https://github.com/aiogram/aiogram/pull/653#pullrequestreview-721944497 * Fix wildcard * Fixes from review comments
19 lines
285 B
INI
19 lines
285 B
INI
root = true
|
|
|
|
[**]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 99
|
|
|
|
[**.{yml,yaml}]
|
|
indent_size = 2
|
|
|
|
[**.{md,txt,rst}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[Makefile]
|
|
indent_style = tab
|