diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-25 12:49:09 +0000 |
---|---|---|
committer | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-25 12:49:09 +0000 |
commit | ca7baacd62d642f160f1ad66fb13d894e65dbb03 (patch) | |
tree | c7049bed005124169366da2ba7121bd2a87bc81e | |
parent | 78cee0531a67f271c4d9ea00d2de0bc1e1dfaead (diff) | |
download | ranger-ca7baacd62d642f160f1ad66fb13d894e65dbb03.tar.gz |
Remove trailing whitespace
-rw-r--r-- | .github/workflows/shellcheck.yml | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | doc/rifle.pod | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 783ff0fa..9fe4c1c4 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -1,6 +1,6 @@ name: Shellcheck scope.sh -on: +on: push: paths: - '.github/workflows/shellcheck.yml' diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c89763..35511b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ This log documents changes between stable versions. * Improved configurability of syntax highlighting previews * Improved coverage of unofficial MIME types, mostly audio formats * Improved documentation of `multipane` viewmode -* Improved documentation of optional dependencies +* Improved documentation of optional dependencies * Improved documentation on `copymap` * Improved documentation on `tab_shift` * Improved documentation on `w3m_offset` diff --git a/doc/rifle.pod b/doc/rifle.pod index 0cd34478..63c8f9b3 100644 --- a/doc/rifle.pod +++ b/doc/rifle.pod @@ -72,7 +72,7 @@ rifle shares configuration files with ranger, though ranger is not required in order to use rifle. The default configuration file F<rifle.conf> is expected to be at F<~/.config/ranger/rifle.conf>. However, this can be overridden with the B<-c> option. Note that due to the nature of the configuration, rifle will -only read one file, it will not read the defaults in addition. +only read one file, it will not read the defaults in addition. This file specifies patterns for determining the commands to open files with. The syntax is described in the comments of the default F<rifle.conf> that ships |