Skip to content

Commit 3e5f489

Browse files
Rollup merge of rust-lang#136792 - jyn514:editor-config, r=jieyouxu
Don't apply editorconfig to llvm They use 2 spaces by default, not 4.
2 parents a39b275 + df94005 commit 3e5f489

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ end_of_line = lf
99
charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
12+
13+
[!src/llvm-project]
1214
indent_style = space
1315
indent_size = 4
1416

0 commit comments

Comments
 (0)