diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc3f7681f..48e04c271 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: CI env: - GLUALINT_VERSION: 1.26.0 + GLUALINT_VERSION: 1.29.0 NEODOC_VERSION: 0.2.0 - STYLUA_VERSION: 0.20.0 + STYLUA_VERSION: 2.0.0 # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: JohnnyMorganz/stylua-action@v3 + - uses: JohnnyMorganz/stylua-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} version: ${{ env.STYLUA_VERSION }} diff --git a/stylua.toml b/stylua.toml index 5cb9fbf32..dff828de6 100644 --- a/stylua.toml +++ b/stylua.toml @@ -5,6 +5,7 @@ indent_width = 4 quote_style = "ForceDouble" call_parentheses = "Always" collapse_simple_statement = "Never" +space_after_function_names = "Never" [sort_requires] enabled = false