1root = true
2
3[*]
4charset = utf-8
5end_of_line = lf
6indent_size = 2
7indent_style = space
8trim_trailing_whitespace = true
9insert_final_newline = true
10
11[*.md]
12trim_trailing_whitespace = false
13
14[*.rs]
15indent_size = 4
16
17[tests/**/*.rs]
18charset = utf-8
19end_of_line = unset
20indent_size = unset
21indent_style = unset
22trim_trailing_whitespace = unset
23insert_final_newline = unset
24
25[appveyor.yml]
26end_of_line = unset
27