Define continuation indent style for Python in PyCharm .editorconfig

(cherry picked from commit aecea3d64b7ec7012216eac2270d888364d0b908)

IDEA-CR-70045

GitOrigin-RevId: b85b9e2066fa77445d0483ffa83d88f641f234b0
This commit is contained in:
Andrey Lisin
2021-02-01 11:50:55 +03:00
committed by intellij-monorepo-bot
parent 8119441cf6
commit 79546e8d48

View File

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