cleanup: Always use dangling commas in meson.build

This is meson's default formatting, and matches what we already
do in JS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/353>
(cherry picked from commit 720933b08e)
This commit is contained in:
Florian Müllner
2024-10-20 23:43:09 +02:00
parent 683080441f
commit d273dc4e59
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ foreach name: session_desktops
po_dir: '../po',
install: true,
install_dir: session_instdir,
type: 'desktop'
type: 'desktop',
)
endforeach
@@ -47,7 +47,7 @@ configure_file(
input: mode_file + '.in',
output: mode_file,
configuration: mode_conf,
install_dir: modedir
install_dir: modedir,
)
classic_override = '00_org.gnome.shell.extensions.classic.gschema.override'