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.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ec325eace017d9ba88bcc67da304f59d3531115;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