Skip to content

Commit 4a6145d

Browse files
aj-fosteraxelson
andauthored
Add indentation following "do" completion (#606)
* Add indentation following "do" completion * Update apps/language_server/lib/language_server/providers/completion.ex Co-authored-by: Jason Axelson <[email protected]>
1 parent 9becfba commit 4a6145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/language_server/lib/language_server/providers/completion.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ defmodule ElixirLS.LanguageServer.Providers.Completion do
156156
label: "do",
157157
kind: :keyword,
158158
detail: "keyword",
159-
insert_text: "do\n$0\nend",
159+
insert_text: "do\n $0\nend",
160160
tags: [],
161161
priority: 0
162162
}

0 commit comments

Comments
 (0)