diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-09 09:32:12 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-09 09:32:12 +0100 |
commit | a036af6ca38939f7642aec3d32305c05ac36c078 (patch) | |
tree | f676fe763a4f1e64cc76708271297ecd59b1f85a /justfile | |
parent | 03d807abf43ecf3cc988f06a3dc242d6d480a385 (diff) |
chore: remove superfluous newlines at end of files
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..93670f2 --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +default: fmt + +@fmt: + # not using nixfmt yet since it formats lists and parameters across too many lines + fastmod '\n\n$' $'\n' -e nix --accept-all |