Create neofile.json
authorKazuki Suzuki Przyborowski <[email protected]>
Tue, 16 Sep 2025 01:38:55 +0000 (15 20:38 -0500)
committerKazuki Suzuki Przyborowski <[email protected]>
Tue, 16 Sep 2025 01:38:55 +0000 (15 20:38 -0500)
neofile.json [new file with mode: 0644]

diff --git a/neofile.json b/neofile.json
new file mode 100644 (file)
index 0000000..c7519d3
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "config": {
+        "default": "NeoFile"
+    },
+    "NeoFile": {
+        "magic": "NeoFile",
+        "ver": "001",
+        "delimiter": "\\x00",
+        "newstyle": "true",
+        "extension": ".neo"
+    },
+    "ArchiveFile": {
+        "magic": "ArchiveFile",
+        "ver": "001",
+        "delimiter": "\\x00",
+        "newstyle": "true",
+        "extension": ".arc"
+    }
+}
\ No newline at end of file