Last change
on this file since 71074ac was
ddca104,
checked in by Wilmer van der Gaast <wilmer@…>, at 2012-09-15T16:26:32Z
|
Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize value,
sorry. :-P
|
-
Property mode set to
100644
|
File size:
282 bytes
|
Rev | Line | |
---|
[ddca104] | 1 | " vim can use per directory configuration files. To enable that neat feature only two little lines are needed in your ~/.vimrc: |
---|
| 2 | " set exrc " enable per-directory .vimrc files |
---|
| 3 | " set secure " disable unsafe commands in local .vimrc files |
---|
| 4 | |
---|
| 5 | set ts=8 |
---|
| 6 | set noexpandtab |
---|
Note: See
TracBrowser
for help on using the repository browser.