Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Aug 23, 2020
1 parent 4cefdd6 commit 2a92db2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[*]
end_of_line = lf
insert_final_newline = true

[*.{kt,kts}]
indent_size = 4
max_line_length = 160
disabled_rules = no-wildcard-imports
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}

ktlint {
disabledRules = ["no-wildcard-imports"]
}

group "me.honnold"
version "0.1.0"

Expand Down Expand Up @@ -95,4 +91,4 @@ bintray {
repo = "maven"
name = "ladder-hero"
}
}
}

0 comments on commit 2a92db2

Please sign in to comment.