-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 'Welcome' formatting #35
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No formatting PRs please. It's gonna go back and forth.
Let's automated this instead like it is for JS, Rust and Python.
I have a draft PR here with Vala formatting support https://github.com/workbenchdev/Workbench/pull/527/files
@lw64 could you take over?
There are the important bits:
https://github.com/workbenchdev/Workbench/pull/527/files#r1304352148
The PR also removes unneeded Gtk.Init() and changes the casting to the preferred one - it probably cannot be done by a formatter, unless it is very smart. |
@UrtsiSantsi could you revert the formatting changes? I have a draft PR to solve and automate formatting issues |
I removed all the formatting changes. |
Thanks! |
Following the comments in #34 I made the same changes here. Other Vala demos also have formatting problems, but this is the most visible.