about summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2025-02-09 16:21:14 -0500
committerjyn <github@jyn.dev>2025-02-09 16:21:14 -0500
commitdf94005f1d95cdced37c2d237335edfa3e3f20cf (patch)
tree6e266fe0f2a6422c3f4e843e5c8d37c7d1cc5957 /.editorconfig
parent124cc92199ffa924f6b4c7cc819a85b65e0c3984 (diff)
downloadrust-df94005f1d95cdced37c2d237335edfa3e3f20cf.tar.gz
rust-df94005f1d95cdced37c2d237335edfa3e3f20cf.zip
Don't apply editorconfig to llvm
They use 2 spaces by default, not 4.
Diffstat (limited to '.editorconfig')
-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