ustar-parser 0.1.3

STAR format parser for CIF, mmCIF, NMR-STAR, cif dictionaries, NEF files and other scientific data formats
# Preserve line endings for test data files to ensure consistent parser position tests
tests/test_data/*.str text eol=lf
tests/test_data/*.star text eol=lf
tests/test_data/*.cif text eol=lf
tests/test_data/*.nef text eol=lf
tests/test_data/*.mmcif text eol=lf

# Windows CRLF test files - preserve CRLF line endings for cross-platform testing
tests/test_data/*_crlf.str text eol=crlf
tests/test_data/*_crlf.star text eol=crlf
tests/test_data/*_crlf.cif text eol=crlf
tests/test_data/*_crlf.nef text eol=crlf
tests/test_data/*_crlf.mmcif text eol=crlf

# Preserve line endings for grammar template files
src/*.pest_template text eol=lf

# Normal text files can use platform line endings
*.rs text
*.toml text
*.md text
*.yml text
*.yaml text