2015-03-27 15:08:10 +00:00
|
|
|
" set project's root to find's searchable path
|
|
|
|
set path =~/src/git/project/**
|
|
|
|
" honor project specific white space handling
|
2015-10-06 17:39:28 +00:00
|
|
|
set ts=4 sw=4 expandtab
|
2015-03-27 15:08:10 +00:00
|
|
|
" for coding projects, turn on list to view white space characters and line
|
|
|
|
" number
|
|
|
|
set list!
|
|
|
|
set number!
|