1
0
mirror of https://github.com/go-task/task.git synced 2025-11-29 22:48:03 +02:00

* Convert indentation to 2 spaces

This commit is contained in:
Mario Schwalbe
2022-08-13 21:55:35 +02:00
parent d048555149
commit 3cc378c960

View File

@@ -1,4 +1,4 @@
# vim: set tabstop=4 shiftwidth=4 expandtab: # vim: set tabstop=2 shiftwidth=2 expandtab:
_GO_TASK_COMPLETION_LIST_OPTION='--list-all' _GO_TASK_COMPLETION_LIST_OPTION='--list-all'
@@ -14,7 +14,7 @@ function _task()
return $? return $?
;; ;;
-t|--taskfile) -t|--taskfile)
_filedir yaml _filedir yaml || return $?
_filedir yml _filedir yml
return $? return $?
;; ;;