Skip to content

Commit

Permalink
feat: create .editorconfig file
Browse files Browse the repository at this point in the history
* disable no-wildcard-imports rule
* add insert_final_newline = true

Closes #15
  • Loading branch information
Thalys Matias Carrara committed Jun 8, 2023
1 parent b499d0c commit 6811890
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
root = true

[*.{kt,kts}]
#Custom configuration
ktlint_disabled_rules = no-wildcard-imports
insert_final_newline = true

0 comments on commit 6811890

Please sign in to comment.