How to reproduce: open a .vala file try to comment a line of the code.
Expected behaviour: comment start at the same indentation level of the code
Actual behaviour: comments start from the first line and add an extra tab indentation to the code
Example: python button = Gtk.Button() # ~ button = Gtk.Button() c enum giorni settimana; //~ enum giorni settimana; vala var label = new Gtk.Label (null); //~ var label = new Gtk.Label (null);
This setting is commented out for [Vala](https://github.com/geany/geany/blob/3f20ad363a38e9f6b08877d5ade1290d7c69e670...)
vs being set for [Python](https://github.com/geany/geany/blob/3f20ad363a38e9f6b08877d5ade1290d7c69e670...)
Some Valaist should decide if this is deliberate.
github-comments@lists.geany.org