fish-shell/share/functions/fish_indent.fish

5 lines
222 B
Fish
Raw Normal View History

function fish_indent --description 'Indenter and prettifier for fish code'
# This is wrapped in a function so that fish_indent does not need to be found in PATH
2016-06-16 12:39:55 +08:00
eval (string escape $__fish_bin_dir/fish_indent) $argv
end