File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ij_kotlin_allow_trailing_comma = true
4242ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
4343ij_kotlin_name_count_to_use_star_import = 2147483647
4444ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
45- ij_kotlin_packages_to_use_import_on_demand = unset
45+ ij_kotlin_packages_to_use_import_on_demand = " "
4646
4747[{* .markdown,* .md} ]
4848ij_markdown_force_one_space_after_blockquote_symbol = true
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ formatting:
7272 maxLineLength : 160
7373 ignoreBackTickedIdentifier : true
7474 NoWildcardImports :
75- # no ` packagesToUseImportOnDemandProperty` because we don't want to allow any star imports
75+ packagesToUseImportOnDemandProperty : " "
7676 active : true
7777 ParameterListWrapping :
7878 active : true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import software.aws.toolkits.jetbrains.utils.assertIsNonDispatchThread
2323import java.nio.file.Path
2424import java.time.Duration
2525import java.time.Instant
26- import java.util.*
26+ import java.util.UUID
2727import kotlin.coroutines.coroutineContext
2828
2929// TODO: Refactor with CodeWhispererCodeScanSession code since both are about zip CreateUploadUrl logic
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package migration.software.aws.toolkits.jetbrains.settings
66import com.intellij.openapi.components.service
77import software.aws.toolkits.jetbrains.settings.ProfilesNotification
88import software.aws.toolkits.jetbrains.settings.UseAwsCredentialRegion
9- import java.util.*
9+ import java.util.UUID
1010
1111interface AwsSettings {
1212 var isTelemetryEnabled: Boolean
You can’t perform that action at this time.
0 commit comments