PY-61639 Move PyEnterAtIndentHandler to python.syntax

GitOrigin-RevId: 97c54777f66591c13708336ef4bff70784b62cd0
This commit is contained in:
Petr
2024-02-07 15:53:07 +01:00
committed by intellij-monorepo-bot
parent 85c54b3a4c
commit 4edbdbf269
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<enterHandlerDelegate implementation="com.jetbrains.python.editor.PythonEnterHandler"/>
<enterHandlerDelegate implementation="com.jetbrains.python.editor.PyEnterAtIndentHandler" order="first"/>
<langCodeStyleSettingsProvider implementation="com.jetbrains.python.formatter.PyLanguageCodeStyleSettingsProvider"/>
</extensions>
</idea-plugin>