Skip to content

Commit

Permalink
feat: ktlint 규칙을 위한 editorconfig 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 11, 2024
1 parent 25801e9 commit d29188c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
charset=utf-8
end_of_line=lf
indent_style=space
indent_size=4
insert_final_newline=true
disabled_rules=no-wildcard-imports,import-ordering,comment-spacing

[*.{kt,kts}]
insert_final_newline=false

0 comments on commit d29188c

Please sign in to comment.