Tags

Tags give the ability to mark specific points in history as being important
  • v3.2.0

    protected
    de794262 · Increment to v3.2.0 ·
    Setting override and/or custom formatters
    By adding a line to your settings.json, you can now use an 'unsupported' formatter, or just use different settings/args.
    
  • v3.1.1

    protected
    99ca9a06 · Increment to v3.1.1 ·
    Fix a bug with nested args
    
  • v3.1.0

    protected
    2241e4d8 · Increment to v3.1.0 ·
    Add the unsetall command
    You can now run 'fmt unsetall formattername' to unset any settings using the specified formatter.
    
  • v3.0.0

    protected
    Big change to settings
    You will have to re-do your settings (which is easy with 'fmt setall formattername')
    
    As always, everything is in the CHANGELOG. Please read it if you have any questions.
    
  • v2.4.0

    protected
    84bdb84b · Increment to v2.4.0 ·
    Fix js-beautify and add more formatters
    
    JS-beautify was missing CSS and HTML support in the plugin, so those were added
    
    New language support: Dart, Fortran, and XML
    
    Adds: Dartfmt, Fprettify, and Tidy formatter support
    
  • v2.3.0

    protected
    d1ea3d7d · Increment to v2.3.0 ·
    Add more formatters
    Adds:
    * Beautysh
    * Dfmt
    * Tsfmt
    
  • v2.2.0

    protected
    a4cc800f · Increment to v2.2.0 ·
    Local config detection and new command
    First checks your local dir for a config, and falls back to our bundled one if none is detected.
    Only used for Uncrustify, for now.
    
    Also brings the 'fmt list' command to force settings to refresh without leaving Micro.
    
  • v2.1.0

    protected
    1376f235 · Increment to v2.1.0 ·
    Changes formatter launcher to JobSpawn
    Also brings (theoretical) performance improvements.
    
    JobSpawn is the most cross-platform way to launch external programs, so this should work on all Micro-compatible devices.
    Hopefully...
    
  • v2.0.2

    protected
    d1929ac6 · Increment to v2.0.2 ·
    Fix Windows support
    Also use a smoother reload after formatting.
    
  • v2.0.1

    protected
    5bf8f728 · v2.0.1 quick fix ·
    Fix a whitespace error preventing the formatters from running
    
  • v2.0.0

    protected
    1b0681a8 · Merge branch 'v2' ·
    Big release, read the changelog for full notes
    
  • v1.3.0

    protected
    5175493c · Increment to v1.3.0 ·
    Big upgrade, many things...
    Adds user settings into args (where possible), aka a couple formatters respect your tabs/spaces & indent size.
    Adds yapf formatter (python support).
    Adds php-cs-fixer formatter (php support).
    Adds uncrustify formatter (supports many languages).
    
  • v1.2.1

    protected
    8ecfd2c7 · Increment to v1.2.1 ·
    Adds literal file extension detection
    The detection only happens as a fallback when Micro's CurView().Buf:FileType() fails.
    
  • v1.2.0

    protected
    60483367 · Increment to v1.2.0 ·
    Adds markdown support for Prettier
    
  • v1.1.1

    protected
    6d2fcdb8 · Increment to v1.1.1 ·
    Fix crystal formatting
    
  • v1.1.0

    protected
    c3adb01f · Increment to v1.1.0 ·
    Adds crystalfmt support
    
  • v1.0.1

    protected
    7c9e93bc · Increment to v1.0.1 ·
    Fix rubocop & luafmt
    
  • v1.0.0

    protected
    34b10617 · Initial commit ·
    First release