akalongman / akalongman/sublimetext-codeformatter

BS4 formatter not expanding attributes to new line

Aberta
#248 7 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
772
Forks
128
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

I have setup formatter for html as

```
"formatter_version": "bs4",
"format_on_save": true, // Format on save
"indent_size": 2, // indentation size
"expand_tags": true, //expand attributes to new line
```

But it does not expand attributes to new line.

PS: I can not use regex parser because regex parser automatically removes ":" character from tag's attribute's name. for eg `v-ref:key-name` is transformed to `v-ref="" name=""`

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.