editorconfig: set editing style for comment and hlsearch package Commit: https://github.com/vim/vim/commit/25e833f4ec3de8e7286cd5a43d031ba7064c9f9a Author: Maxim Kim <haba...@gmail.com> 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 <haba...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tqHr0-00CXSh-67%40256bit.org.