1
0

a wayy less jank impl of player colors and now supports a command to change it

This commit is contained in:
Lee
2024-03-26 09:00:12 +00:00
parent 2a16fb4abf
commit fd54f9e37c
21 changed files with 805 additions and 147 deletions

View File

@ -1,6 +1,17 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="ClassCanBeRecord" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="myIgnoredAnnotations">
<list>
<option value="io.micronaut.*" />
<option value="jakarta.*" />
<option value="javax.*" />
<option value="org.springframework.*" />
<option value="lombok.Getter" />
</list>
</option>
</inspection_tool>
<inspection_tool class="CodeBlock2Expr" enabled="true" level="INFORMATION" enabled_by_default="true" />
</profile>
</component>