Install:
========
Just extract files into %APPDATA%\Sublime Text\Packages\User
and add the following to Default.sublime-keymap:
<binding key="ctrl+alt+f" command="autoFormat"/>
Use:
====
press <ctrl+alt+f> on c/c++/c#/java files to auto format them
Note:
=====
This plugin use the Artistic Style application, can be found on http://astyle.sourceforge.net
enjoy!