summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-09 09:32:12 +0100
committerMartin Fischer <martin@push-f.com>2025-03-09 09:32:12 +0100
commita036af6ca38939f7642aec3d32305c05ac36c078 (patch)
treef676fe763a4f1e64cc76708271297ecd59b1f85a /justfile
parent03d807abf43ecf3cc988f06a3dc242d6d480a385 (diff)
chore: remove superfluous newlines at end of files
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
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