editorconfig: set editing style for comment and hlsearch package
Commit:
https://github.com/vim/vim/commit/25e833f4ec3de8e7286cd5a43d031ba7064c9f9a
Author: Maxim Kim <[email protected]>
Date: Thu Mar 6 21:13:25 2025 +0100
editorconfig: set editing style for comment and hlsearch package
closes: https://github.com/vim/vim/issues/16805
Signed-off-by: Maxim Kim <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.editorconfig b/.editorconfig
index fced1a879..21d66600b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -24,6 +24,10 @@ trim_trailing_whitespace = false
indent_style = space
indent_size = 2
+[runtime/pack/dist/opt/{comment,nohlsearch}/**.vim]
+indent_style = space
+indent_size = 4
+
[runtime/doc/**.txt]
# It can mess up some documentation by trying to strip trailing whitespaces
trim_trailing_whitespace = false
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1tqHr0-00CXSh-67%40256bit.org.