mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 22:11:02 +08:00
ab5d7f80d0
And again clang-format does something I don't like: - if (found != end && std::strncmp(found->name, name, len) == 0 && found->name[len] == 0) return found; + if (found != end && std::strncmp(found->name, name, len) == 0 && found->name[len] == 0) + return found; I *know* this is a bit of a long line. I would still quite like having no brace-less multi-line if *ever*. Either put the body on the same line, or add braces. Blergh |
||
---|---|---|
.. | ||
bind_mode_events.py | ||
bind.py | ||
cancel_event.py | ||
commandline.py | ||
complete.py | ||
exit_handlers.py | ||
exit.py | ||
fg.py | ||
fg2.py | ||
fkr.py | ||
generic.py | ||
histfile.py | ||
history.py | ||
isatty.py | ||
job_summary.py | ||
pipeline.py | ||
postexec.py | ||
read.py | ||
set_color.py | ||
sigint.py | ||
signals.py | ||
tty_ownership.py | ||
wait.py |