rontodoc 0.1.0

A blazing fast, Rust-based ontology documentation generator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Ensure consistent line endings across platforms
* text=auto

# Force LF for Rust source files
*.rs text eol=lf

# Force LF for snapshot files (insta)
*.snap text eol=lf

# Force LF for templates
*.html text eol=lf

# Force LF for config files
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.md text eol=lf