editorconfig-vim seems to be ignoring the [*.go] directives.
With the following vimrc and editorconfig my go files only get indeted by 2 spaces.
It seems to be ignoring anything apart from the [*] directive
.vimrc
filetype indent plugin on
call plug#begin('~/.vim/plugged')"
Plug 'editorconfig/editorconfig-vim'
call plug#end()
editorconfig-vim seems to be ignoring the [*.go] directives.
With the following vimrc and editorconfig my go files only get indeted by 2 spaces.
It seems to be ignoring anything apart from the [*] directive
.vimrc
.editorconfig