From e70d162e313f5f5c30c90fc279f77a0e85cba99d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 17:10:59 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- subprojects/fmt/meson.build | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'subprojects') diff --git a/subprojects/fmt/meson.build b/subprojects/fmt/meson.build index c221ca1..cf9f6b5 100644 --- a/subprojects/fmt/meson.build +++ b/subprojects/fmt/meson.build @@ -1,15 +1,18 @@ # Copyright 2022 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later -project('fmt', ['cpp'], - version: '9.0.0', - license: 'MIT', - meson_version: '>= 0.56.0', - default_options: [ - 'b_ndebug=if-release', - 'buildtype=release', - 'cpp_std=c++17', - ]) +project( + 'fmt', + ['cpp'], + default_options: [ + 'b_ndebug=if-release', + 'buildtype=release', + 'cpp_std=c++17', + ], + license: 'MIT', + meson_version: '>= 0.56.0', + version: '9.0.0', +) include_dirs = include_directories('include') -- cgit v1.2.1