Skip to content

Commit abda314

Browse files
authored
Unrolled build for rust-lang#136792
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 80c0919 + df94005 commit abda314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)