Skip to content

Commit 0199481

Browse files
committed
include git config fix as a just recipe
1 parent 5bc9c8b commit 0199481

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ import? '.just/shellcheck.just'
1010
list:
1111
just --list
1212
@echo "{{GREEN}}Your justfile is waiting for more scripts and snippets{{NORMAL}}"
13+
14+
# install prerequisites for development
15+
[group('Utility')]
16+
devsetup:
17+
git config diff.gdscript.xfuncname '^[\t ]*(class|func|signal)[\t ].*$'

0 commit comments

Comments
 (0)