summary refs log tree commit diff
path: root/vim/indent/thrift.vim
blob: 5b6529bfc743edf9ee796ca949744ea5abaae5df (plain) (blame)
1
2
3
4
au FileType thrift set expandtab
au FileType thrift set shiftwidth=2
au FileType thrift set softtabstop=2
au FileType thrift set tabstop=2