diff options
| author | Lulonaut <lulonaut@lulonaut.dev> | 2024-07-30 09:18:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 17:18:13 +1000 |
| commit | 141b06ea48188d7442427a0574f97eeb24b62bf9 (patch) | |
| tree | c0d408ee8a220082bdaae1c7e83a62a79df79b24 | |
| parent | b7bc672f1bbf18d8e5001e27cb7cff7cb87a589a (diff) | |
| download | notenoughupdates-141b06ea48188d7442427a0574f97eeb24b62bf9.tar.gz notenoughupdates-141b06ea48188d7442427a0574f97eeb24b62bf9.tar.bz2 notenoughupdates-141b06ea48188d7442427a0574f97eeb24b62bf9.zip | |
meta: Disable star imports in Kotlin (#1280)
| -rw-r--r-- | .idea/codeStyles/Project.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 9312ac4e..974501c6 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -5,6 +5,8 @@ <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="500" /> </JavaCodeStyleSettings> <JetCodeStyleSettings> + <option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" /> + <option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" /> <option name="IF_RPAREN_ON_NEW_LINE" value="false" /> <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> </JetCodeStyleSettings> @@ -57,4 +59,4 @@ <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> </codeStyleSettings> </code_scheme> -</component> +</component>
\ No newline at end of file |
