Commit 4df64027fcce85cd2d0655636604afc8e2fb457a

Ludovico de Nittis 2022-08-23T13:53:43

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.editorconfig b/.editorconfig
index 2bdfe9e..636c544 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