From 22f571e3f00e9e66821b67f41ed764b474a98884 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 8 Aug 2021 16:29:30 +0100 Subject: add bash ft modelines to bash do files --- compile_commands.json.do | 1 + 1 file changed, 1 insertion(+) (limited to 'compile_commands.json.do') diff --git a/compile_commands.json.do b/compile_commands.json.do index 6dd1db8..d7b2ae7 100755 --- a/compile_commands.json.do +++ b/compile_commands.json.do @@ -3,3 +3,4 @@ set -e -o pipefail cmds=(common.cmd ieee754b.cmd pack.cmd test.cmd test_gen.cmd trace.cmd unpack.cmd) redo-ifchange "${cmds[@]}" cat "${cmds[@]}" | jq -s >"$3" +# vim:ft=bash -- cgit v1.2.3-54-g00ecf