Files
openide/python/.editorconfig
Andrey Lisin 8119441cf6 Set maximum line length for Python to 88
(cherry picked from commit 7d5c9fe1de949cbbbe493e9b9467f8798aff4693)

IDEA-CR-70045

GitOrigin-RevId: 6342f967d141647015f56a79285c392e48e52cb0
2021-02-01 09:32:13 +00:00

4 lines
83 B
INI

[{*.py,*.pyw,*.pxd,*.pyx,*.pyi}]
indent_size = 4
tab_width = 4
max_line_length = 88