forked from Razeeman/Android-SimpleTimeTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
20 lines (18 loc) · 668 Bytes
/
Copy path.editorconfig
File metadata and controls
20 lines (18 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
root = true
# noinspection EditorConfigKeyCorrectness
[*.{kt,kts}]
indent_style = space
indent_size = 4
continuation_indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ktlint_code_style = intellij_idea
ktlint_standard_final-newline = disabled
ktlint_standard_import-ordering = disabled
ktlint_standard_package-name = disabled
ktlint_standard_argument-list-wrapping = disabled
ktlint_standard_discouraged-comment-location = disabled
ktlint_standard_spacing-between-declarations-with-annotations = disabled
ktlint_function_naming_ignore_when_annotated_with=Composable