Skip to content

Commit 2a972a0

Browse files
committed
Fix: ktlint적용시 어노테이션이 붙은 생성자에 대해 자동 줄바꿈을 하던 부분 수정
1 parent 08fc652 commit 2a972a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ trim_trailing_whitespace = true
1212
insert_final_newline = true
1313
tab_width = 4
1414
ij_kotlin_allow_trailing_comma = true
15-
ktlint_function_naming_ignore_when_annotated_with=Composable
15+
ktlint_function_naming_ignore_when_annotated_with=Composable
16+
ktlint_standard_annotation = disabled

0 commit comments

Comments
 (0)