Skip to content

Commit

Permalink
Fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli committed Feb 22, 2025
1 parent 19baa48 commit ec2a20f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
<!-- Error handler so the user can easly open an issue on github when something goes wrong -->
<errorHandler implementation="com.github.aarcangeli.ideaclangformat.GithubErrorHandler"/>

<postStartupActivity implementation="com.github.aarcangeli.ideaclangformat.OverrideActions"/>
<!--
Disabled as it doesn't work for some clients
https://github.com/aarcangeli/idea-clang-format/issues/15
-->
<!--<postStartupActivity implementation="com.github.aarcangeli.ideaclangformat.OverrideActions"/>-->

<applicationService serviceImplementation="com.github.aarcangeli.ideaclangformat.ClangFormatConfig"/>
<applicationSettings serviceImplementation="com.github.aarcangeli.ideaclangformat.ClangFormatConfig"/>
Expand Down

0 comments on commit ec2a20f

Please sign in to comment.