math.rst: use 4 spaces instead of a tab for indentation

I personally prefer tabs but we always use spaces, so this is much
less surprising.
This commit is contained in:
Johannes Altmanninger
2022-01-09 12:26:18 +01:00
parent 698b818935
commit 6df86c6c23
2 changed files with 24 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ The fish_hg_prompt function displays information about the current Mercurial rep
By default, only the current branch is shown because ``hg status`` can be slow on a large repository. You can enable a more informative prompt by setting the variable ``$fish_prompt_hg_show_informative_status``, for example::
set --universal fish_prompt_hg_show_informative_status
set --universal fish_prompt_hg_show_informative_status
If you enabled the informative status, there are numerous customization options, which can be controlled with fish variables.