summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-05-31 07:20:55 +0200
committerMarge Bot <emma+marge@anholt.net>2022-06-01 09:08:13 +0000
commit61a5034950a60451bd891e4b37f7e8cf4c8c58ae (patch)
treea8ff61e6e5c7d01b0c6f1731f15dffeead4a5bda /.editorconfig
parent799bf3d6861aa688d54249646d41ce0bb2b7a86d (diff)
editorconfig: remove pl-rule
Fixes: 721b880e4cf ("script: drop get_reviewer.pl") Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16786>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 3046c51156b..1bc8dca4a3a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -20,10 +20,6 @@ indent_style = tab
indent_style = space
indent_size = 4
-[*.pl]
-indent_style = space
-indent_size = 4
-
[*.yml]
indent_style = space
indent_size = 2