Skip to content

Commit

Permalink
Rollup merge of rust-lang#136792 - jyn514:editor-config, r=jieyouxu
Browse files Browse the repository at this point in the history
Don't apply editorconfig to llvm

They use 2 spaces by default, not 4.
  • Loading branch information
workingjubilee authored Feb 10, 2025
2 parents a39b275 + df94005 commit 3e5f489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[!src/llvm-project]
indent_style = space
indent_size = 4

Expand Down

0 comments on commit 3e5f489

Please sign in to comment.