Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)