From: Maxim Kim Date: Thu, 6 Mar 2025 20:13:25 +0000 (+0100) Subject: editorconfig: set editing style for comment and hlsearch package X-Git-Tag: v9.1.1178~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25e833f4ec3de8e7286cd5a43d031ba7064c9f9a;p=thirdparty%2Fvim.git editorconfig: set editing style for comment and hlsearch package closes: #16805 Signed-off-by: Maxim Kim Signed-off-by: Christian Brabandt --- 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