aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_indent.fish
blob: b5ae5e49d419d2070f4cb7e97cc21da7e302f182 (plain)
1
2
3
4
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
	eval (string escape $__fish_bin_dir/fish_indent) $argv
end