Skip to content

Commit

Permalink
Update Sublime settings since it does have auto-indent (#1064)
Browse files Browse the repository at this point in the history
Update Sublime settings since it does have auto-indent
  • Loading branch information
olafurpg authored Nov 12, 2019
2 parents 86a09f3 + c54fa27 commit 05017dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ object MetalsServerConfig {
isExitOnShutdown = true,
compilers = base.compilers.copy(
// Avoid showing the method signature twice because it's already visible in the label.
isCompletionItemDetailEnabled = false,
snippetAutoIndent = false
isCompletionItemDetailEnabled = false
)
)
case "emacs" =>
Expand Down

0 comments on commit 05017dc

Please sign in to comment.