changed coding style to conform with workplace coding style.
This commit is contained in:
parent
a29e8d657b
commit
d2916b44db
2 changed files with 3 additions and 3 deletions
|
@ -58,8 +58,8 @@ opt.autoindent = true
|
|||
opt.smartindent = true
|
||||
opt.smarttab = true
|
||||
--space based tabs.
|
||||
-- opt.softtabstop=-1 --negative value inherrits shiftwidth.
|
||||
-- opt.expandtab=true
|
||||
opt.softtabstop=-1 --negative value inherrits shiftwidth.
|
||||
opt.expandtab=true
|
||||
--highlight search results as you type.
|
||||
opt.hlsearch = true
|
||||
opt.incsearch = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue