We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b7917 commit 0d566afCopy full SHA for 0d566af
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
@@ -157,7 +157,7 @@ M.defaults = {
157
show_output = true,
158
show_reasoning_output = true,
159
use_folds = true,
160
- folding_threshold = 10,
+ folding_threshold = 20,
161
},
162
163
max_messages = nil,
0 commit comments