A post-modern development environment.
0

Configure Feed

Select the types of activity you want to include in your feed.

burin / .gitattributes
381 B 14 lines
1# Auto detect text files and perform normalization 2* text=auto 3 4*.rs text diff=rust 5*.toml text diff=toml 6 7*.scm text diff=scheme 8*.md text diff=markdown 9 10book/theme/highlight.js linguist-vendored 11runtime/queries/**/*.scm linguist-language=Tree-sitter-Query 12tests/indent/** linguist-documentation 13tests/query/** linguist-documentation 14Cargo.lock text