We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9416ce commit 4be877bCopy full SHA for 4be877b
2 files changed
.github/workflows/tests.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: JohnnyMorganz/stylua-action@v4
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
- version: latest
21
args: --check . -g '*.lua' -g '!deps/'
22
23
test:
lua/opencode/config.lua
@@ -164,7 +164,7 @@ M.defaults = {
164
show_output = true,
165
show_reasoning_output = true,
166
use_folds = true,
167
- folding_threshold = 10,
+ folding_threshold = 20,
168
},
169
170
max_messages = nil,
0 commit comments