1
Fork 0

Rollup merge of #136792 - jyn514:editor-config, r=jieyouxu

Don't apply editorconfig to llvm

They use 2 spaces by default, not 4.
This commit is contained in:
Jubilee 2025-02-10 00:51:56 -08:00 committed by GitHub
commit 3e5f489be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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