Don't apply editorconfig to llvm
They use 2 spaces by default, not 4.
This commit is contained in:
parent
124cc92199
commit
df94005f1d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue