about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2025-02-10 00:51:56 -0800
committerGitHub <noreply@github.com>2025-02-10 00:51:56 -0800
commit3e5f489be55c0fb056df1d6b1cd887b3f36b10ba (patch)
treed15f16053d28d4469b8d1052bcd034a25fbda4b5
parenta39b2754950a0840584ed96b1d7fe037078b0b26 (diff)
parentdf94005f1d95cdced37c2d237335edfa3e3f20cf (diff)
downloadrust-3e5f489be55c0fb056df1d6b1cd887b3f36b10ba.tar.gz
rust-3e5f489be55c0fb056df1d6b1cd887b3f36b10ba.zip
Rollup merge of #136792 - jyn514:editor-config, r=jieyouxu
Don't apply editorconfig to llvm

They use 2 spaces by default, not 4.
-rw-r--r--.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index eadd72e4993..ef8ed24c52a 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