File tree 1 file changed +15
-6
lines changed
1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,34 @@ _perltidy()
16
16
esac
17
17
18
18
case $cur in
19
- -pro=* )
19
+ -pro=* | --profile= * )
20
20
cur=" ${cur#* =} "
21
21
_filedir
22
22
return
23
23
;;
24
- -ole=* )
24
+ -ole=* | --output-line-ending= * )
25
25
COMPREPLY=($( compgen -W ' dos win mac unix' -- " ${cur#* =} " ) )
26
26
return
27
27
;;
28
- -bt=* | -pt=* | -sbt=* | -bvt=* | -pvt=* | -sbvt=* | -bvtc=* | \
29
- -pvtc=* | -sbvtc=* | -cti=* | -kbl=* | -vt=* )
28
+ -bt=* | --brace-tightness=* | -pt=* | --paren-tightness=* | \
29
+ -sbt=* | --square-bracket-tightness=* | \
30
+ -bvt=* | --brace-vertical-tightness=* | \
31
+ -pvt=* | --paren-vertical-tightness=* | \
32
+ -sbvt=* | --square-bracket-vertical-tightness=* | \
33
+ -bvtc=* | --brace-vertical-tightness-closing=* | \
34
+ -pvtc=* | --paren-vertical-tightness-closing=* | \
35
+ -sbvtc=* | --square-bracket-vertical-tightness-closing=* | \
36
+ -cti=* | --closing-token-indentation=* | \
37
+ -kbl=* | --keep-old-blank-lines=* | \
38
+ -vt=* | --vertical-tightness=* )
30
39
COMPREPLY=($( compgen -W ' 0 1 2' -- " ${cur#* =} " ) )
31
40
return
32
41
;;
33
- -vtc=* )
42
+ -vtc=* | --vertical-tightness-closing= * )
34
43
COMPREPLY=($( compgen -W ' 0 1' -- " ${cur#* =} " ) )
35
44
return
36
45
;;
37
- -cab=* )
46
+ -cab=* | --comma-arrow-breakpoints= * )
38
47
COMPREPLY=($( compgen -W ' 0 1 2 3' -- " ${cur#* =} " ) )
39
48
return
40
49
;;
You can’t perform that action at this time.
0 commit comments