source: umon/ports/csb740/_vimrc @ 273af8f

Last change on this file since 273af8f was b987a75, checked in by Jarielle Catbagan <jcatbagan93@…>, on 06/19/15 at 21:32:43

Removed execution mode file attribute from all ASCII text files

  • Property mode set to 100644
File size: 230 bytes
Line 
1" Very basic VIM startup file
2"
3" Set tab stop to 4 characters:
4set ts=4
5
6" Turn off syntax-sensitive coloring:
7" syntax off
8
9" Enable C-style indentation:
10" set cindent
11
12" Disable the highlighting of search items:
13set nohlsearch
Note: See TracBrowser for help on using the repository browser.