Commit 7acda1b8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

reviewed vim auto-indenting

parent f3aba3b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
set fo+=c
setlocal fo+=c

let c_glib=1  "Enables GLib Highlighting
let c_pfs=1   "Enables PFS Project Highlighting
+2 −2
Original line number Diff line number Diff line
set noexpandtab
set sw=4 ts=4 sts=4
setlocal noexpandtab
setlocal sw=4 ts=4 sts=0
+9 −7
Original line number Diff line number Diff line
@@ -2,21 +2,15 @@ runtime bundle/pathogen/autoload/pathogen.vim
call pathogen#infect()

set number nowrap background=dark
set tabstop=4 softtabstop=4 shiftwidth=4
set nocindent noautoindent nosmartindent
set copyindent preserveindent
filetype indent plugin on
set nobackup nowritebackup noswapfile
set tabpagemax=30
set showtabline=2
set nohlsearch

set textwidth=79
"set fo=1nawroql
set fo+=croqanl1w
set fo-=t

set modeline
" Exec project-local RC files
set exrc

" Split controls
@@ -32,6 +26,14 @@ set modeline
set ls=2


" === INDENTING ===

filetype indent plugin on
set softtabstop=0 tabstop=4 shiftwidth=4
set nocindent noautoindent noexpandtab
set copyindent preserveindent smartindent


" === SPELLING ===

source ~/.vim/spell/auto.vim