]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
style: convert tabs to spaces in meson.build
authorzhanghongyuan <zhanghongyuan@uniontech.com>
Wed, 4 Feb 2026 13:42:57 +0000 (21:42 +0800)
committerzhanghongyuan <zhanghongyuan@uniontech.com>
Thu, 5 Feb 2026 01:13:23 +0000 (09:13 +0800)
.editorconfig
meson.build

index 6f54a2987ac25bc0ed8d02f8385b43dece77d8e0..77832ecddcecd7b8ebc32f81528e6f3b03ba6841 100644 (file)
@@ -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
index 1f4a5babbd0b61809509b4c6f7eb2a459746000f..8ef9d087b63620b27b8bd12f26566a5f006f890a 100644 (file)
@@ -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')