PY-61639 Move PyPreFormatProcessor to python.syntax.core

GitOrigin-RevId: 4832fe901219342bb7f1babf41280830e16fec49
This commit is contained in:
Petr
2024-02-10 18:08:47 +01:00
committed by intellij-monorepo-bot
parent f075a5653e
commit 2c7f5b4b32
3 changed files with 7 additions and 7 deletions

View File

@@ -10,5 +10,6 @@
serviceImplementation="com.jetbrains.python.PythonCodeStyleServiceImpl"/>
<lang.formatter language="Python" implementationClass="com.jetbrains.python.formatter.PythonFormattingModelBuilder"/>
<preFormatProcessor implementation="com.jetbrains.python.formatter.PyPreFormatProcessor"/>
</extensions>
</idea-plugin>