Apply 119 char line length only to Python
This commit is contained in:
Родитель
024e3dfc1b
Коммит
0b844442ed
|
@ -8,7 +8,7 @@ indent_size = 2
|
|||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = 119
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
max_line_length = 119
|
||||
|
|
Загрузка…
Ссылка в новой задаче