Skip to content

alexmurray/syntastic-cstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Syntastic CStyle Checker

Integrate cstyle with syntastic to automatically check the style of your C/C++ code on the fly

Installation

Use your favourite plugin manager :) - or if you use Pathogen you can put syntastic-cstyle into ~/.vim/bundle like this:

cd ~/.vim/bundle && \
git clone https://github.com/alexmurray/syntastic-cstyle.git

Then enable by setting the following in your /.vimrc:

let g:syntastic_c_checkers = ['cstyle']

Then quit and reload vim.

About

Syntastic CStyle Checker for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published