elixir-editors / elixir-editors/vim-elixir
Indentation breaks on line breaks of macros
Aperta
- Lingua principale
- Ruby
- Stelle
- 1.3k
- Fork
- 154
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
# Actual
```ex
plug FooWeb.Foo,
[params: [:id]] when action in [:a, :b]
```
# Expected
```ex
plug FooWeb.Foo,
[params: [:id]] when action in [:a, :b]
```
# Actual
```ex
test "very long line",
%{foo: "bar"} do
# new line starts here
```
# Expected
```ex
test "very long line",
%{foo: "bar"} do
# new line should actually start here
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.