From 3ec325eace017d9ba88bcc67da304f59d3531115 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 10 Jan 2025 14:38:11 +0200 Subject: [PATCH] editorconfig: Use tabs with NEWS file --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3