mirror of https://github.com/nirenjan/vimfiles.git
Add Golang editor settings
parent
3bc576e71a
commit
169ab2f602
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue