Skip to content

Commit

Permalink
Don't apply editorconfig to llvm
Browse files Browse the repository at this point in the history
They use 2 spaces by default, not 4.
  • Loading branch information
jyn514 committed Feb 9, 2025
1 parent 124cc92 commit df94005
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 df94005

Please sign in to comment.