coc-tsserver nvim indenta with tabs instead of spaces

1

I am using coc.nvim and coc-tsserver as a language server for javascript, everything is working perfectly, except the indentation, when I insert a new line or when I format the text with :call CocAction('format') it indentates with tabs and I would prefer that it was with 2 spaces, how can I change this functionality?

    
asked by guzajj 26.11.2018 в 21:47
source

0 answers