From 25e833f4ec3de8e7286cd5a43d031ba7064c9f9a Mon Sep 17 00:00:00 2001 From: Maxim Kim Date: Thu, 6 Mar 2025 21:13:25 +0100 Subject: [PATCH] editorconfig: set editing style for comment and hlsearch package closes: #16805 Signed-off-by: Maxim Kim Signed-off-by: Christian Brabandt --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index fced1a879a..21d66600b9 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