This commit is contained in:
sxyazi 2024-05-15 10:52:49 +08:00
parent b8264fcb75
commit d531714fde
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -41,7 +41,6 @@ jobs:
run: cargo +nightly fmt --all -- --check
stylua:
name: stylua
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
@ -49,5 +48,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --color always --check .

View file

@ -1,3 +1,6 @@
indent_width = 2
call_parentheses = "NoSingleTable"
indent_width = 2
call_parentheses = "NoSingleTable"
collapse_simple_statement = "FunctionOnly"
[sort_requires]
enabled = true