about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2025-03-10 08:11:48 +0000
committerGitHub <noreply@github.com>2025-03-10 08:11:48 +0000
commitb2a4f3dcef8eefb1c6843573519c312b67370d69 (patch)
tree16b9f07dec2ea47448f42fbb037de36870390009 /src/tools/rust-analyzer
parentb2501efad5a76c3212ecd46ae7d224197954e3e4 (diff)
parentb6f1ce8071c70e0afd3bad39ee10404bfbf32f5c (diff)
downloadrust-b2a4f3dcef8eefb1c6843573519c312b67370d69.tar.gz
rust-b2a4f3dcef8eefb1c6843573519c312b67370d69.zip
Merge pull request #19316 from snprajwal/git-commit-ec
fix: do not apply editorconfig to git commit msg
Diffstat (limited to 'src/tools/rust-analyzer')
-rw-r--r--src/tools/rust-analyzer/.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/.editorconfig b/src/tools/rust-analyzer/.editorconfig
index 6bb743a6736..2d28ebd4766 100644
--- a/src/tools/rust-analyzer/.editorconfig
+++ b/src/tools/rust-analyzer/.editorconfig
@@ -15,3 +15,6 @@ indent_size = 2
 
 [*.{yml,yaml}]
 indent_size = 2
+
+[COMMIT_EDITMSG]
+max_line_length = unset