editorconfig: add CODEOWNERS (MR 4940)

Let editors use tabs for this file
This commit is contained in:
Oliver Smith 2024-03-17 21:55:07 +01:00
parent af6d4c661d
commit f20ff5dba3
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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