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.
- Host: GitHub
- URL: https://github.com/horance-liu/clang-format
- Owner: horance-liu
- Created: 2018-12-10T22:46:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T22:54:49.000Z (over 6 years ago)
- Last Synced: 2025-04-15T01:49:32.829Z (14 days ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```