andrew-d-jackson / atom-clang-format

Format your C++ files with clang-format from inside atom
MIT License
24 stars 19 forks source link
atom atom-editor atom-package clang-format

Atom Clang Format

A package for the Atom text editor that lets you format your C/C++/Obj-C/Javascript files with clang-format. Clang Format binaries are included so it works out of the box (but you can bring your own binaries if you want). Includes support for automatically formatting files when you save.

More info on clang-format can be found here: http://clang.llvm.org/docs/ClangFormat.html http://clang.llvm.org/docs/ClangTools.html