-
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
d570166
commit 59be1c3
Showing
7 changed files
with
13 additions
and
10 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 = "2.0.1" | ||
version = "2.0.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 |
---|---|---|
|
@@ -60,7 +60,7 @@ Add the following to your `.pre-commit-config.yaml` file: | |
|
||
```yaml | ||
- repo: https://github.com/JohnnyMorganz/StyLua | ||
rev: v2.0.1 | ||
rev: v2.0.2 | ||
hooks: | ||
- id: stylua # or stylua-system / stylua-github | ||
``` | ||
|
@@ -84,7 +84,7 @@ StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/s | |
If you are using Docker, the easiest way to install StyLua is: | ||
|
||
```dockerfile | ||
COPY --from=JohnnyMorganz/StyLua:2.0.1 /stylua /usr/bin/stylua | ||
COPY --from=JohnnyMorganz/StyLua:2.0.2 /stylua /usr/bin/stylua | ||
``` | ||
|
||
### Homebrew | ||
|
@@ -101,7 +101,7 @@ brew install stylua | |
- [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. | ||
|
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
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": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MPL-2.0", | ||
"readme": "README.md", | ||
"repository": { | ||
|