From f20ff5dba38e9ad7cbcead57361f36dc17b9075a Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 17 Mar 2024 21:55:07 +0100 Subject: [PATCH] editorconfig: add CODEOWNERS (MR 4940) Let editors use tabs for this file --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 81787c6dd..5963e5abe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ # Top-most EditorConfig file. root = true -[{**.{md,ini,sh,rules,nft},**/APKBUILD}] +[{**.{md,ini,sh,rules,nft},**/APKBUILD,CODEOWNERS}] indent_style = tab end_of_line = lf trim_trailing_whitespace = true