Skip to content

Commit

Permalink
Chore: (#6) ktlint_disabled_rules로 속성명 변경
Browse files Browse the repository at this point in the history
disabled_rules을 ktlint_disabled_rules으로 변경하지 않아 경고가 뜸
  • Loading branch information
alsdl0629 committed Oct 2, 2023
1 parent e3b768a commit 79d15e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ max_line_length = 120
tab_width = 4

[*.{kt,kts}]
disabled_rules=import-ordering
ktlint_disabled_rules=import-ordering
insert_final_newline = true

0 comments on commit 79d15e1

Please sign in to comment.