mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
Format files using build_tools/style.fish
This commit is contained in:
committed by
Johannes Altmanninger
parent
d18d414745
commit
f0a54510c3
@@ -316,7 +316,7 @@ function fish_config --description "Launch fish's web based configuration"
|
||||
if string match -qr '^tools/' -- $file
|
||||
set content (status get-file $file)
|
||||
else
|
||||
read -z content < $file
|
||||
read -z content <$file
|
||||
end
|
||||
|
||||
printf %s\n $content | while read -lat toks
|
||||
|
||||
Reference in New Issue
Block a user