Add Golang editor settings

master
nirenjan 2021-10-08 09:42:13 -07:00
parent 3bc576e71a
commit 169ab2f602
1 changed files with 10 additions and 0 deletions

10
ftplugin/go.vim 100644
View File

@ -0,0 +1,10 @@
" File: go.vim
" Author: Nirenjan Krishnan
" Description: Golang editing settings
" Last Modified: April 20, 2020
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal noexpandtab