From 659633357ce10c8eba321125ce9fc05fb6bade94 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Tue, 1 Feb 2022 07:16:09 +0800 Subject: [PATCH] upgrade stylua --- .github/workflows/format.yml | 2 +- .stylua.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 2759d7d..ed200cf 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - STYLUA_VERSION: 0.11.2 + STYLUA_VERSION: 0.12.0 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 diff --git a/.stylua.toml b/.stylua.toml index 6e3ddae..5eb9519 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1 +1 @@ -no_call_parentheses = true +call_parentheses = "None"