return l:orig_indent
endfunction
-setlocal shiftwidth=4
-setlocal tabstop=4
-setlocal softtabstop=4
-setlocal expandtab
-setlocal textwidth=80
-
-setlocal cindent
-setlocal cinoptions=l1,g0,t0,i4,+4,(0,w1,W4
-
setlocal indentexpr=GoogleCppIndent()
let b:undo_indent = "setl sw< ts< sts< et< tw< wrap< cin< cino< inde<"
+
+setlocal textwidth=100