瀏覽代碼

.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>
Ludovico de Nittis 2 年之前
父節點
當前提交
4df64027fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .editorconfig

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