Skip to content

Commit

Permalink
Add clang-format
Browse files Browse the repository at this point in the history
Ref: #10
  • Loading branch information
nabijaczleweli committed Jan 22, 2016
1 parent a9cb5c8 commit d335614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ A list of actually decent, actually used AND appreciated in the industry C++ lib
## Testing
* [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD.

## Tools
* [`clang-format`](http://clang.llvm.org/docs/ClangFormat.html) - Highly integratable C/C++/Java/JavaScript/Objective-C/Protobuf code formatter from the Clang team.

## Compilers
* [GNU GCC](https://gcc.gnu.org) - Part of the GNU Compiler Collection, and for many the reference in terms of C++ implementations.
* [Clang](http://clang.llvm.org/) - A modern, modular C++ compiler, often the first to implement new C++ features. Bundled with [Xcode](https://developer.apple.com/xcode/) for Mac OS users.
Expand Down

0 comments on commit d335614

Please sign in to comment.