Skip to content

Commit

Permalink
Sort @ignore_module_attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeBecker committed Mar 19, 2018
1 parent d83023b commit dea3f50
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps/language_server/lib/language_server/providers/completion.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ defmodule ElixirLS.LanguageServer.Providers.Completion do
])

@ignore_module_attrs [
"@moduledoc",
"@doc",
"@spec",
"@behaviour",
"@impl",
"@type",
"@typedoc",
"@enforce_keys",
"@callback",
"@compile",
"@dialyzer",
"@doc",
"@enforce_keys",
"@impl",
"@moduledoc",
"@opaque",
"@optional_callbacks",
"@compile",
"@opaque"
"@spec",
"@type",
"@typedoc"
]

@keywords %{
Expand Down

0 comments on commit dea3f50

Please sign in to comment.