diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index cdacd2d2d..2eece0c9e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true end_of_line = lf charset = utf-8 -[*.py] +[{*.py,*.pyi}] # code formatter accepts length of 120, but editor should prefer 80 max_line_length = 80 |