The AutoFormat Plugin
Install:
Just extract files into %APPDATA%Sublime TextPackagesUser
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
To Install This Plugin
- download the AutoFormat Plugin to your local hard-drive.
- double-click the package file
- restart Sublime Text
For Developers
- This source code for this plugin is available at google code.
- Google provides instructions for checking out the code