PerditionC / fdkernel

FreeDOS kernel - implements the core MS-DOS/PC-DOS (R) compatible operating system. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project. !!! This fork is no longer the primary fork -- Please post PRs and issues to https://github.com/FDOS/kernel !!!
http://dosc.fdos.org/
105 stars 0 forks source link

strip all trailing spaces #14

Open stsp opened 7 years ago

PerditionC commented 6 years ago

I don't have any objections, but if there is going to be a big change to files for white space only reasons, perhaps [choosing &] running a source formatting utility once as a big change and then prior to future commits would be worth considering. Or maybe not.

stsp commented 6 years ago

indent with some options, I suppose. But running the format utility will provide times bigger patch! That's why I never dared to do so in dosemu2: it will trouble the git blame a bit, although it has -w option to deal with that. Let me know if you want me to do so (telling also what indent options you need), but I'd rather do that in a separate patch anyway.