On 6/12/23 22:58, Robin Jarry wrote: > Ilya Maximets, Jun 12, 2023 at 21:53: >> The build-aux/initial-tab-allowed-files seems to list most of the >> non-conventionally styled files. > > I'll have a look there. Thanks. > >> Some files with different styles are in the same subtree, so describing >> at the root sounds better. > > Ack. > >> Well, AFAIU, for example, vim plugin will perform trimming of trailing >> whitespaces in the whole file on save, if trim_trailing_whitespace is set. > > Good point. I'll remove that setting.
It wasn't really about this particular setting. It was just a counterpoint to the 'plugins are not automatic formatters'. :) In fact, this particular option is most likely safe, because we should not really have any trailing whitespaces in a current code. And this is also not hard to check. It's just an option that I was able to quickly google the implementation for in one particular plugin. I have no idea how any of the other options are implemented as I'm not using these plugins. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
