Add IntelliJ code style settings (no wildcard imports)

This commit is contained in:
P0nk
2024-05-22 08:06:46 +02:00
parent df0c7f8b46
commit 2ed35db216
3 changed files with 19 additions and 1 deletions

8
.idea/codeStyles/Project.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<JavaCodeStyleSettings>
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
</JavaCodeStyleSettings>
</code_scheme>
</component>