From 4a96a26d193538d1befedcacf7f8f80bded8f2a0 Mon Sep 17 00:00:00 2001 From: zhanghongyuan Date: Wed, 4 Feb 2026 21:42:57 +0800 Subject: [PATCH] style: convert tabs to spaces in meson.build --- .editorconfig | 5 +++++ meson.build | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6f54a2987..77832ecdd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,8 @@ indent_style = tab indent_size = 8 trim_trailing_whitespace = true insert_final_newline = true + +[meson.build] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true diff --git a/meson.build b/meson.build index 1f4a5babb..8ef9d087b 100644 --- a/meson.build +++ b/meson.build @@ -220,8 +220,8 @@ headers = ''' linux/falloc.h linux/fd.h linux/fs.h - linux/fiemap.h - linux/gsmmux.h + linux/fiemap.h + linux/gsmmux.h linux/if_alg.h linux/landlock.h linux/kcmp.h @@ -257,7 +257,7 @@ headers = ''' sys/pidfd.h sys/prctl.h sys/resource.h - sys/sendfile.h + sys/sendfile.h sys/signalfd.h sys/socket.h sys/sockio.h @@ -273,7 +273,7 @@ headers = ''' sys/ucred.h sys/un.h sys/vfs.h - sys/xattr.h + sys/xattr.h '''.split() lib_m = cc.find_library('m') -- 2.47.3