diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:20:53 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:20:53 +0200 |
commit | 993fcef6a667381d53f77e3983b156e6ed45d0cf (patch) | |
tree | d8b3de8bfcd7216bb948b13294154c39d0cb006c | |
parent | docs(manual): Remove (diff) | |
download | quotify-993fcef6a667381d53f77e3983b156e6ed45d0cf.tar.gz quotify-993fcef6a667381d53f77e3983b156e6ed45d0cf.zip |
style(treewide): Format
-rw-r--r-- | .envrc | 4 | ||||
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | treefmt.nix | 1 |
3 files changed, 8 insertions, 9 deletions
diff --git a/.envrc b/.envrc index 525634c..070726d 100644 --- a/.envrc +++ b/.envrc @@ -17,6 +17,6 @@ PATH_add ./target/release PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi diff --git a/README.md b/README.md index 31c2a85..dc0f0b2 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ If not, see <https://www.gnu.org/licenses/agpl.txt>. ## Licensing -This project complies with the REUSE v3.2 specification. This means that every file -clearly states its copyright. -Please run `./scripts/cprh.sh contributer NAME EMAIL FILES..` after you -contributed to `FILES..` to record your contribution (obviously replacing -the `NAME`, `EMAIL` and `FILES..` placeholders with your name, email, and -the paths to the changed files respectively (see the `--help` output for more)). +This project complies with the REUSE v3.2 specification. This means that every +file clearly states its copyright. Please run +`./scripts/cprh.sh contributer NAME EMAIL FILES..` after you contributed to +`FILES..` to record your contribution (obviously replacing the `NAME`, `EMAIL` +and `FILES..` placeholders with your name, email, and the paths to the changed +files respectively (see the `--help` output for more)). diff --git a/treefmt.nix b/treefmt.nix index 0015102..3e1109e 100644 --- a/treefmt.nix +++ b/treefmt.nix @@ -6,7 +6,6 @@ # # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/agpl.txt>. - { treefmt-nix, pkgs, |