summaryrefslogtreecommitdiff
path: root/vimrc
blob: 1ed6d3fd9801ad75f1646f033cce0a70e55facdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax on
set cc=80

set autoindent
set tabstop=4

"set listchars=tab:▸\ ,trail:·,space:·
set listchars=tab:→\ ,trail:·,space:·
set list


highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/