-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42f1ad8
commit 0ae6a84
Showing
5 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "stylua" | ||
version = "0.14.1" | ||
version = "0.14.2" | ||
authors = ["JohnnyMorganz <[email protected]>"] | ||
description = "A code formatter for Lua" | ||
license = "MPL-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ Add the following to your `.pre-commit-config.yaml` file: | |
|
||
```yaml | ||
- repo: https://github.com/JohnnyMorganz/StyLua | ||
rev: v0.14.1 | ||
rev: v0.14.2 | ||
hooks: | ||
- id: stylua # or stylua-system / stylua-github | ||
``` | ||
|
@@ -68,7 +68,7 @@ It is usable in Node.js, or the in the browser (using a bundler). | |
- [Aftman](https://github.com/LPGhatguy/aftman) | ||
```sh | ||
aftman add johnnymorganz/[email protected].1 | ||
aftman add johnnymorganz/[email protected].2 | ||
``` | ||
|
||
- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"JohnnyMorganz <[email protected]>" | ||
], | ||
"description": "A code formatter for Lua", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"license": "MPL-2.0", | ||
"readme": "README.md", | ||
"repository": { | ||
|