From c6e748d4fd22a3defec5a5086df3714d405452d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:43 -0400 Subject: Check formatting of project Turtle files --- scripts/meson.build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/meson.build (limited to 'scripts/meson.build') diff --git a/scripts/meson.build b/scripts/meson.build new file mode 100644 index 00000000..7ec4087d --- /dev/null +++ b/scripts/meson.build @@ -0,0 +1,4 @@ +# Copyright 2023 David Robillard +# SPDX-License-Identifier: 0BSD OR ISC + +check_formatting_py = files('check_formatting.py') -- cgit v1.2.1