mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
formatter: Tweak whitespace in special cases
This commit is contained in:
parent
d39257cabf
commit
80aaee374d
2 changed files with 9 additions and 5 deletions
|
@ -31,9 +31,10 @@ template $MyTemplate: Label {
|
|||
* Multiline comment.
|
||||
*/
|
||||
// Single line comment.
|
||||
value: bind 1.0 as <double>;
|
||||
value: bind (1.0) as <double>;
|
||||
as: 1;
|
||||
signal => $on_signal() after;
|
||||
type_value: typeof<$MyTemplate>;
|
||||
}
|
||||
|
||||
Dialog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue