Skip to content

Commit

Permalink
Create .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
elifarley authored Nov 29, 2019
1 parent 3b7bd28 commit 3f63457
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://EditorConfig.org
# top-most EditorConfig file
root = true

[*]
insert_final_newline=true

[*.{kt,kts}]
# See https://github.com/pinterest/ktlint/issues/527
# See https://youtrack.jetbrains.com/issue/KT-10974
disabled_rules=import-ordering

# possible values: number (e.g. 120) (package name, imports & comments are ignored), "off"
# it's automatically set to 100 on `ktlint --android ...` (per Android Kotlin Style Guide)
max_line_length=off

0 comments on commit 3f63457

Please sign in to comment.