By default tab in go lang files

This commit is contained in:
Marcin Woźniak 2022-01-02 01:37:16 +01:00
parent 6f39ed6860
commit 7c35537b81

View File

@ -353,6 +353,7 @@ autocmd BufRead,BufNewFile *.yaml let g:indentLine_enabled = 1
autocmd BufRead,BufNewFile *.yaml let g:indentLine_char = '⦙'
" Go
autocmd BufRead *.go set noexpandtab
autocmd BufWritePre *.go :silent call CocAction('runCommand', 'editor.action.organizeImport')
" Conf