i3im 0.1.2

The utility extends the standard functionality of the i3 and Sway window managers.
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