Loading .vim/ftplugin/c.vim +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 .vimrc +3 −2 Original line number Diff line number Diff line Loading @@ -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 === Loading Loading
.vim/ftplugin/c.vim +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
.vimrc +3 −2 Original line number Diff line number Diff line Loading @@ -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 === Loading