https://github.com/technion/htstyle
Reformats your code to support Hack Team code style
https://github.com/technion/htstyle
Last synced: over 1 year ago
JSON representation
Reformats your code to support Hack Team code style
- Host: GitHub
- URL: https://github.com/technion/htstyle
- Owner: technion
- License: bsd-2-clause
- Created: 2015-07-07T08:43:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T08:54:31.000Z (over 7 years ago)
- Last Synced: 2025-01-24T09:29:03.732Z (over 1 year ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##HTStyle
Now that everyone looks up to Hacking Team, you probably want to implement their coding style.
This application can re-indent you rexisting codebase to match the awesome style.
###Install
This is now a published gem.
gem install HTStyle
###Usage
./htstyle < input.c > output.c
###Example Output
[See our tests output for an example of HT Style](https://github.com/technion/htstyle/blob/master/spec/example_output.c).
