]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/.editorconfig
Auto merge of #104731 - compiler-errors:early-binder-iter-size-hint, r=cjgillot
[rust.git] / src / tools / rust-analyzer / .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