Skip to content

Commit

Permalink
chore: .editorconfig 파일 추가 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
HyomK committed Jan 20, 2024
1 parent f1d4989 commit b2a5c9e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
max_line_length = 150
trim_trailing_whitespace = true
insert_final_newline = true

[*.{kt,kts}]
ktlint_code_style = ktlint_official
ktlint_standard_import-ordering = disabled
ktlint_standard_package-naming = disabled
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true

0 comments on commit b2a5c9e

Please sign in to comment.