Skip to content

andrew-d-jackson/atom-clang-format

Repository files navigation

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