Re: [Rosegarden-devel] Coding style question

2022-02-21 Thread Philip Leishman
For leaving trailing blanks around -  I plead guilty. I am also an emacs user. I have added: (add-hook 'before-save-hook 'delete-trailing-whitespace) to my emacs initialization. That should help in the future   Philip On 2/21/22 01:19, mark_at_yahoo via Rosegarden-devel wrote: On 2/20/22 3:19

Re: [Rosegarden-devel] Coding style question

2022-02-20 Thread mark_at_yahoo via Rosegarden-devel
On 2/20/22 3:19 PM, Ted Felix wrote: On 2/20/22 4:03 PM, mark_at_yahoo via Rosegarden-devel wrote: 2) "Hmmm, grumble, OK. But first commit each file with just the whitespace changes so we can run git-diff (diff, kompare, meld, whatever) without seeing spurious changes or having to add the "-w"

Re: [Rosegarden-devel] Coding style question

2022-02-20 Thread Ted Felix
On 2/20/22 4:03 PM, mark_at_yahoo via Rosegarden-devel wrote: Could someone (Ted?) make an executive-level decision on how I should handle this? I'm guessing it will be something like: 1) "Hey, we're cool with it. Removing the extraneous spaces slightly improves the code." If you are in th