-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.editorconfig
More file actions
15 lines (14 loc) · 853 Bytes
/
Copy path.editorconfig
File metadata and controls
15 lines (14 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
root = true
[{*.kt,*.kts}]
indent_style = space
indent_size = 4
# Match ktlint's indent rule, which uses one indent level (4) for wrapped/continuation lines.
# IntelliJ defaults to 8 here, which makes it re-indent continuations to a width ktlint rejects.
ij_continuation_indent_size = 4
ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^
ij_kotlin_name_count_to_use_star_import = 2147483647
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
ij_kotlin_packages_to_use_import_on_demand = unset
ktlint_function_naming_ignore_when_annotated_with = Composable
ktlint_standard_discouraged-comment-location = disabled
compose_allowed_composition_locals = LocalSkin,LocalWindowComponent,LocalProgressBarSettings,LocalDarkTheme,LocalWindowFindController,LocalStyleMap,LocalBaseStyle,LocalDefaultFont,LocalMonoFont,LocalWindowFontSaver