mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
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:
committed by
intellij-monorepo-bot
parent
8119441cf6
commit
79546e8d48
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user