editorconfig: add CODEOWNERS (MR 4940)
Let editors use tabs for this file
This commit is contained in:
parent
af6d4c661d
commit
f20ff5dba3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Top-most EditorConfig file.
|
# Top-most EditorConfig file.
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[{**.{md,ini,sh,rules,nft},**/APKBUILD}]
|
[{**.{md,ini,sh,rules,nft},**/APKBUILD,CODEOWNERS}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
Loading…
Reference in a new issue