summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml22
-rw-r--r--rustfmt.toml2
-rw-r--r--todo.txt6
3 files changed, 15 insertions, 15 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f959f9d..ae86870 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
-[package]
-name = "pj"
-version = "0.1.0"
-edition = "2024"
-
-[dependencies]
-walkdir = "2"
-fast-glob = "1"
-serde = { version = "1", features = ["derive"] }
-serde_json = "1"
-imara-diff = "0.2"
+[package]
+name = "pj"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+walkdir = "2"
+fast-glob = "1"
+serde = { version = "1", features = ["derive"] }
+serde_json = "1"
+imara-diff = "0.2"
diff --git a/rustfmt.toml b/rustfmt.toml
index 3efb9c3..eb67f46 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,2 +1,2 @@
-hard_tabs = true
+hard_tabs = true
newline_style = "Unix" \ No newline at end of file
diff --git a/todo.txt b/todo.txt
index b845be1..93ce382 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,3 +1,3 @@
-- [ ] rewrite fast-glob to take arbitrary paths that are not UTF-8
-- [ ] caching for calculations.rs
-- [ ] handle non-existent span nodes
+- [ ] rewrite fast-glob to take arbitrary paths that are not UTF-8
+- [ ] caching for calculations.rs
+- [ ] handle non-existent span nodes