Lua Format Plugin For Sublime Text
- Package Control
Search LuaFormat via Package Control: Install Package
- Git
git clone this repository to Packages Path
- Zip
download zip and unzip to Packages Path
-
Command Panel
Ctrl + Shift + P- `LuaFormat: Key Bindings` - `LuaFormat: Settings` -
Menu
Preferences -> Package Settings -> LuaFormat
- `Settings - User` - `Key Bindings - User` -
Shortcuts
Ctrl + Alt + F
-
Settings
tab_size: the number of spaces a tabspecial_symbol_split: split special symbol with a spacesbracket_split: split bracket with a spacesauto_format_on_save: runLua Formatautomatically when saved file