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 3c6ef66 commit 8246dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indent_size = 4
# 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,no-it-in-multiline-lambda
disabled_rules=multiline-if-else,no-it-in-multiline-lambda

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

0 comments on commit 8246dae

Please # to comment.