Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technion/htstyle
Reformats your code to support Hack Team code style
https://github.com/technion/htstyle
Last synced: about 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T08:54:31.000Z (over 6 years ago)
- Last Synced: 2024-08-11T00:47:53.123Z (5 months 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).
![Build Status](https://api.travis-ci.org/technion/htstyle.svg?branch=master)