Formatter: Add trailing commas in lists

This commit is contained in:
Alexey Yerin 2025-01-04 10:20:54 +03:00 committed by James Westman
parent 55e5095fba
commit b9f58aeab5
7 changed files with 59 additions and 4 deletions

View file

@ -5,6 +5,6 @@ AboutDialog about {
authors: [
"Jane doe <jane-doe@email.com>",
"Jhonny D <jd@email.com>"
"Jhonny D <jd@email.com>",
];
}

View file

@ -3,6 +3,6 @@ using Gtk 4.0;
Label {
styles [
"class-1",
"class-2"
"class-2",
]
}