A C-prettify plugin for sublime text, just install it and use it.. No additional configurations or installs required.
Install from Package Control CPrettify
Using Package Control Sublime Package Manager
To install use these commands.
Ctrl+Shift+P
- type
install
, selectPackage Control: Install Package
- type
CPrettify
, selectCPrettify
or do it manually?
Just copy the 'Cprettify' folder to "C:\Users'[username_here]'\AppData\Roaming\Sublime Text 3\Packages" -for Windows
- Use
Ctrl+Shift+P
- Type
cprettify
, Available options will be shown to use.
or
- Use menu options
or
- Set keyboard shortcuts via provided settings
- See demo
Install package control for sublime.
How to install Package control?. See Install package control
- Override provided key bindings from settings if it interfears
- You can also specify which config file to use from provided configs ---or--- you can provide your own config from 'create config file' under settings and paste your config there and set
{
"user_config_file":"False" to "user_config_file":"True"
}
- Incase you messed up your config file use "restore default setting" to restore original settings.
- Python
- Sublime-api - documented via comments
- Json - Menus and Settings
- aghontpi (aka) Bluepie aghontpi
This project is licensed under the MIT License - see the LICENSE file for details