]> git.lizzy.rs Git - rust.git/blob - .editorconfig
meta: bump rustfmt version to 1.4.23
[rust.git] / .editorconfig
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 indent_size = 2
7 indent_style = space
8 trim_trailing_whitespace = true
9 insert_final_newline = true
10
11 [*.md]
12 trim_trailing_whitespace = false
13
14 [*.rs]
15 indent_size = 4
16
17 [tests/**/*.rs]
18 charset = utf-8
19 end_of_line = unset
20 indent_size = unset
21 indent_style = unset
22 trim_trailing_whitespace = unset
23 insert_final_newline = unset
24
25 [appveyor.yml]
26 end_of_line = unset