Is it possible to format C++ code with VIM?
While vim is a true Swiss-knife I still prefer external tools for some jobs. This approach is some times much more intuitive and easy to remember than using the built-in equivalent. In the case of indenting, I filter the whole file buffer through astyle. The astyle parameters are much easier to grasp in a couple … Read more