Merge branch 'clang-tidy' into 'master'

add .clang-tidy file

See merge request wlroots/wlroots!5288
This commit is contained in:
Simon Zeni 2026-05-08 06:46:06 -04:00
commit 9eb2b3268a
6 changed files with 79 additions and 4 deletions

View file

@ -4,7 +4,6 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdnoreturn.h>
#include <sys/socket.h>
#include <sys/types.h>

View file

@ -2,7 +2,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/wait.h>