]> git.lizzy.rs Git - rust.git/blob - .editorconfig
Auto merge of #12130 - weirane:let-else-let-match, r=weirane
[rust.git] / .editorconfig
1 # https://EditorConfig.org
2 root = true
3
4 [*]
5 charset = utf-8
6 trim_trailing_whitespace = true
7 end_of_line = lf
8 insert_final_newline = true
9 indent_style = space
10
11 [*.{rs,toml}]
12 indent_size = 4
13
14 [*.ts]
15 indent_size = 4
16 [*.js]
17 indent_size = 4
18 [*.json]
19 indent_size = 4