Set maximum line length for Python to 88

(cherry picked from commit 7d5c9fe1de949cbbbe493e9b9467f8798aff4693)

IDEA-CR-70045

GitOrigin-RevId: 6342f967d141647015f56a79285c392e48e52cb0
This commit is contained in:
Andrey Lisin
2021-02-01 11:02:42 +03:00
committed by intellij-monorepo-bot
parent 01386a402e
commit 8119441cf6

View File

@@ -1,3 +1,4 @@
[{*.py,*.pyw,*.pxd,*.pyx,*.pyi}]
indent_size = 4
tab_width = 4
max_line_length = 88