Skip to content

floydawong/LuaFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e45e045 · Jul 19, 2021
Jul 27, 2019
Jul 19, 2021
Apr 23, 2018
Jul 24, 2017
Oct 9, 2017
Apr 17, 2018
Apr 17, 2018
Apr 17, 2018
Mar 28, 2017
Jul 19, 2021
Apr 27, 2018
Apr 27, 2018
Nov 7, 2017
Jul 19, 2021
Apr 27, 2018

Repository files navigation

LuaFormat

Lua Format Plugin For Sublime Text

GitHub version Build Status MIT License

Install

  • 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

Usage

  • 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 tab
    • special_symbol_split: split special symbol with a spaces
    • bracket_split: split bracket with a spaces
    • auto_format_on_save: run Lua Format automatically when saved file