Sublime Forum

Auto Fromat plugin

#1

I have made an Auto Format plugin, which is a simple wrapper around Artistic Style (astyle.sourceforge.ne)

[quote]Install:

Just extract files into %APPDATA%\Sublime Text\Packages\User

and add the following to Default.sublime-keymap:

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 astyle.sourceforge.net[/quote]

enjoy!
AutoFormater.zip (133 KB)

0 Likes

#2

yeap. oops. i lacked svn client, now i have installed it at home, so from now i will commit there.

0 Likes

#3

i have updated the plugin in the community repository, to use pyhton’s ctypes and a dll version of AStyle.

enjoy!

0 Likes