Thread (1 message) 1 message, 1 author, 2025-07-01

Re: [PATCH v2 3/3] meson: add rule to run 'git clang-format'

From: Junio C Hamano <hidden>
Date: 2025-07-01 16:02:28

Patrick Steinhardt [off-list ref] writes:
quoted
+git_clang_format = find_program('git-clang-format', required: false)
+if git_clang_format.found()
+  run_target('style',
+    command: [
+      'git', 'clang-format',
+      '--style', 'file',
+      '--diff',
+      '--extensions', 'c,h'
+    ]
+  )
+endif
Do we want to call this target `clang-format-changed` though, so that it
is consistent with the implicit `clang-format` target?
It think this is trying to be consistent with the 'make style'
target.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help