Skip to content

Commit

Permalink
Adds .editorconfig file for Kotlinter
Browse files Browse the repository at this point in the history
Extension on #17.
  • Loading branch information
AdamMc331 authored Feb 3, 2023
1 parent 4761304 commit 2138101
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*.{kt,kts}]
max_line_length = 140
indent_size = 4
insert_final_newline = true
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ktlint_disabled_rules = filename

0 comments on commit 2138101

Please sign in to comment.