.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>main
parent
277b033e78
commit
4df64027fc
|
@ -63,7 +63,7 @@ indent_style = space
|
||||||
[src/video/yuv2rgb/*.{c,h}]
|
[src/video/yuv2rgb/*.{c,h}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[src/wayland-protocols/*.xml]
|
[wayland-protocols/*.xml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue