Skip to content

Commit

Permalink
re-enable rule
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Jul 5, 2019
1 parent dd7b753 commit 9a94dfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ insert_final_newline = true

[*.{java,kt,kts,scala,rs,xml,kt.spec,kts.spec}]
indent_size = 4
# annotation - "./mvnw clean verify" fails with "Internal Error")
# multiline-if-else - disabled until auto-correct is working properly
# (e.g. try formatting "if (true)\n return { _ ->\n _\n}")
# no-it-in-multiline-lambda - disabled until it's clear what to do in case of `import _.it`
disabled_rules=annotation,multiline-if-else
disabled_rules=multiline-if-else

[{Makefile,*.go}]
indent_style = tab
Expand Down

0 comments on commit 9a94dfe

Please # to comment.