Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lethosor/sublime-fmt

Tags

0.1.9

Toggle 0.1.9's commit message
support "env" setting

0.1.8

Toggle 0.1.8's commit message
support selection formatting

0.1.7

Toggle 0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mitranim#5 from jostyee/patch-1

Fix a typo

0.1.6

Toggle 0.1.6's commit message
more conventional name for preferences/settings cmd

0.1.5

Toggle 0.1.5's commit message
added command "Fmt: Settings"

0.1.4

Toggle 0.1.4's commit message
opt into Python 3.8 where possible

0.1.3

Toggle 0.1.3's commit message
support env vars; disable fmt-on-save by default

0.1.2

Toggle 0.1.2's commit message
support variable substitution in `cmd`

0.1.1

Toggle 0.1.1's commit message
breaking: proper scope selector matching

Instead of requiring scopes to match exactly, Fmt now allows partial
selector matching. For example, `source.json` will also match
`source.json.sublime`.

Breaking: to accommodate this feature, the setting "scopes" has been
renamed to "rules", and must be a list where each rule has a "selector".
This is more flexible and more consistent with the rest of Sublime.

0.1.0

Toggle 0.1.0's commit message
corrected Go example in settings