From: Aki Tuomi Date: Fri, 10 Jan 2025 12:38:11 +0000 (+0200) Subject: editorconfig: Use tabs with NEWS file X-Git-Tag: 2.4.1~214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0614c2ef3b1ba438929f3f00d74b5f6bd1555cc;p=thirdparty%2Fdovecot%2Fcore.git editorconfig: Use tabs with NEWS file --- diff --git a/.editorconfig b/.editorconfig index 3c0cffe1ed..b72b8c4ecc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,6 @@ indent_size = 8 indent_style = tab indent_size = 8 -[{Makefile,Makefile.*,**/Makefile,**/Makefile.*}] +[{Makefile,Makefile.*,**/Makefile,**/Makefile.*,NEWS}] indent_style = tab indent_size = 8