From 113d1e6fcaaf5496673c8c3fd2a232e6612b2986 Mon Sep 17 00:00:00 2001 From: Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com> Date: Sun, 27 Apr 2025 15:35:46 +0530 Subject: [PATCH 1/2] style: normalize indentation by removing tabs in c_headers.json Signed-off-by: Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com> --- .../lint/header-filenames/lib/c_headers.json | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json b/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json index 31a4063a40d4..eb4c1fe80a56 100644 --- a/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json +++ b/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json @@ -1,31 +1,31 @@ [ - "assert", - "complex", - "ctype", - "errno", - "fenv", - "float", - "inttypes", - "iso646", - "limits", - "locale", - "math", - "setjmp", - "signal", - "stdalign", - "stdarg", - "stdatomic", - "stdbool", - "stddef", - "stdint", - "stdio", - "stdlib", - "stdnoreturn", - "string", - "tgmath", - "threads", - "time", - "uchar", - "wchar", - "wctype" + "assert", + "complex", + "ctype", + "errno", + "fenv", + "float", + "inttypes", + "iso646", + "limits", + "locale", + "math", + "setjmp", + "signal", + "stdalign", + "stdarg", + "stdatomic", + "stdbool", + "stddef", + "stdint", + "stdio", + "stdlib", + "stdnoreturn", + "string", + "tgmath", + "threads", + "time", + "uchar", + "wchar", + "wctype" ] From 413e4d5a11dc26329d6d60ca5909ceea6d6d7a9a Mon Sep 17 00:00:00 2001 From: Athan Date: Mon, 28 Apr 2025 20:00:32 -0700 Subject: [PATCH 2/2] style: use 2-space indentation Signed-off-by: Athan --- .../lint/header-filenames/lib/c_headers.json | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json b/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json index eb4c1fe80a56..ff6893089131 100644 --- a/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json +++ b/lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/c_headers.json @@ -1,31 +1,31 @@ [ - "assert", - "complex", - "ctype", - "errno", - "fenv", - "float", - "inttypes", - "iso646", - "limits", - "locale", - "math", - "setjmp", - "signal", - "stdalign", - "stdarg", - "stdatomic", - "stdbool", - "stddef", - "stdint", - "stdio", - "stdlib", - "stdnoreturn", - "string", - "tgmath", - "threads", - "time", - "uchar", - "wchar", - "wctype" + "assert", + "complex", + "ctype", + "errno", + "fenv", + "float", + "inttypes", + "iso646", + "limits", + "locale", + "math", + "setjmp", + "signal", + "stdalign", + "stdarg", + "stdatomic", + "stdbool", + "stddef", + "stdint", + "stdio", + "stdlib", + "stdnoreturn", + "string", + "tgmath", + "threads", + "time", + "uchar", + "wchar", + "wctype" ]