markdown-tool 2.0.0

A CLI utility for converting Markdown into AST and vice versa
1
2
3
4
5
6
7
8
9
10
11
12
### This file is copy from https://github.com/alexkaratarakis/gitattributes/blob/master/Rust.gitattributes

# Auto detect text files and perform normalization
*          text=auto

*.rs       text diff=rust
*.toml     text diff=toml
Cargo.lock text

# override example
# *.bat    text eol=crlf