Skip to content

Commit

Permalink
Remove user specific package from the code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-langer committed Feb 10, 2023
1 parent 3732d4b commit 4daa427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions etc/codestyle/idea-code-style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<emptyLine />
<package name="io.helidon" withSubpackages="true" static="false" />
<emptyLine />
<package name="com.github.tomaslanger" withSubpackages="true" static="false" />
<emptyLine />
<package name="" withSubpackages="true" static="false" />
<emptyLine />
<package name="" withSubpackages="true" static="true" />
Expand Down Expand Up @@ -394,4 +392,4 @@
<codeStyleSettings language="TypeScript">
<option name="WRAP_COMMENTS" value="true" />
</codeStyleSettings>
</code_scheme>
</code_scheme>

0 comments on commit 4daa427

Please sign in to comment.