Commit cbbbbe97 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Disable Vim smartindent except in C files

parent ac9497e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
setl fo+=c
setl textwidth=92
setl smartindent

let c_glib=1  "Enables GLib Highlighting
let c_pfs=1   "Enables PFS Project Highlighting
+3 −2
Original line number Diff line number Diff line
@@ -81,8 +81,9 @@ set ls=2

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


" === SPELLING ===