Don't apply editorconfig to llvm

They use 2 spaces by default, not 4.
This commit is contained in:
jyn 2025-02-09 16:21:14 -05:00
parent 124cc92199
commit df94005f1d

View file

@ -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