From df94005f1d95cdced37c2d237335edfa3e3f20cf Mon Sep 17 00:00:00 2001 From: jyn Date: Sun, 9 Feb 2025 16:21:14 -0500 Subject: [PATCH] Don't apply editorconfig to llvm They use 2 spaces by default, not 4. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index eadd72e499373..ef8ed24c52a50 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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