An open API service indexing awesome lists of open source software.

https://github.com/horance-liu/clang-format

self defined clang-format inherited from google style.
https://github.com/horance-liu/clang-format

Last synced: 14 days ago
JSON representation

self defined clang-format inherited from google style.

Awesome Lists containing this project

README

        

# clang-format

## clang-format

```bash
$ brew install clang-format
```

## cppstyle

install cppstyle plugin into Eclipse CDT, and config CppStyle with clang-format.

[https://github.com/wangzw/CppStyle](https://github.com/wangzw/CppStyle)

## self-defined

```bash
$ cp .clang-format
```