mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
editorconfig / doc_src: trim trailing whitespace
Commit 0893134543 (Added .editorconfig file (#3332) (#3313),
2016-08-25) trimmed trailing whitespace for Markdown file (which do
have significant trailing whitespace) but ReStructuredText does not,
and none of our Markdown files cares about this, so let's clean up
whitespace always.
This commit is contained in:
@@ -1178,7 +1178,7 @@ All variables in fish have a scope. For example they can be global or local to a
|
||||
|
||||
echo $name, I am $place and my instrument is $instrument
|
||||
# Will print:
|
||||
# Patrick, I am at the Krusty Krab and my instrument is
|
||||
# Patrick, I am at the Krusty Krab and my instrument is
|
||||
|
||||
There are four kinds of variable scopes in fish: universal, global, function and local variables.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user