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?