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
42
42
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
43
43
ij_kotlin_name_count_to_use_star_import = 2147483647
44
44
ij_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 = " "
46
46
47
47
[{* .markdown,* .md} ]
48
48
ij_markdown_force_one_space_after_blockquote_symbol = true
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ formatting:
72
72
maxLineLength : 160
73
73
ignoreBackTickedIdentifier : true
74
74
NoWildcardImports :
75
- # no ` packagesToUseImportOnDemandProperty` because we don't want to allow any star imports
75
+ packagesToUseImportOnDemandProperty : " "
76
76
active : true
77
77
ParameterListWrapping :
78
78
active : true
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import software.aws.toolkits.jetbrains.utils.assertIsNonDispatchThread
23
23
import java.nio.file.Path
24
24
import java.time.Duration
25
25
import java.time.Instant
26
- import java.util.*
26
+ import java.util.UUID
27
27
import kotlin.coroutines.coroutineContext
28
28
29
29
// 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
6
6
import com.intellij.openapi.components.service
7
7
import software.aws.toolkits.jetbrains.settings.ProfilesNotification
8
8
import software.aws.toolkits.jetbrains.settings.UseAwsCredentialRegion
9
- import java.util.*
9
+ import java.util.UUID
10
10
11
11
interface AwsSettings {
12
12
var isTelemetryEnabled: Boolean
You can’t perform that action at this time.
0 commit comments