Skip to content

Commit 650a07f

Browse files
author
Kazuki Suzuki Przyborowski
committed
Small update
1 parent f4a662b commit 650a07f

File tree

2 files changed

+149
-76
lines changed

2 files changed

+149
-76
lines changed

catfile.ini

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[main]
2-
len = 7 # Length of the magic string
3-
hex = 43617446696c65 # Hexadecimal representation of "CatFile"
4-
ver = 001 # Format version
5-
name = CatFile # Format name
6-
proname = PyCatFile # Program name
7-
lower = catfile # Lowercase format name
8-
magic = CatFile # Magic string for format
9-
delimiter = \x00 # Null byte as delimiter
10-
extension = .cat # File extension for the format
11-
newstyle = true # Use new style format handling
12-
advancedlist = true # Enable advanced list handling
13-
altinode = true # Enable alternate inode handling
2+
len = 7
3+
hex = 43617446696c65
4+
ver = 001
5+
name = CatFile
6+
proname = PyCatFile
7+
lower = catfile
8+
magic = CatFile
9+
delimiter = \x00
10+
extension = .cat
11+
newstyle = true
12+
advancedlist = true
13+
altinode = true

0 commit comments

Comments
 (0)