Improve .editorconfig

This is a continuation of https://github.com/aiogram/aiogram/pull/653#pullrequestreview-721944497
This commit is contained in:
evgfilim1 2021-08-05 16:18:39 +05:00 committed by GitHub
parent 058d858607
commit 5935b52c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,21 +3,16 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_style = space
indent_size = 4
max_line_length = 99
[*.{yml, yaml}]
indent_style = space
[*.{yml,yaml}]
indent_size = 2
[*.{md,txt}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
[Makefile]