SDL: .editorconfig: Use correct path for wayland-protocols

From 4df64027fcce85cd2d0655636604afc8e2fb457a Mon Sep 17 00:00:00 2001
From: Ludovico de Nittis <[EMAIL REDACTED]>
Date: Tue, 23 Aug 2022 13:53:43 +0200
Subject: [PATCH] .editorconfig: Use correct path for wayland-protocols

The Wayland protocol XML files are stored in the root directory of SDL
and not in `src`.

Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com>
---
 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 2bdfe9eae7c..636c5445335 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -63,7 +63,7 @@ indent_style = space
 [src/video/yuv2rgb/*.{c,h}]
 indent_style = tab
 
-[src/wayland-protocols/*.xml]
+[wayland-protocols/*.xml]
 indent_size = 2
 indent_style = space