On 4 Jul, 15:26, Hallvard B Furuseth <h.b.furus...@u sit.uio.nowrote :
what's wrong with that?!
wouldn't replacing spaces with tabs do that? Were disks ever
*that* small? I've worked on old mini-computers and even
then we didn't try to save space at the *source* level.
use a decent configuration control system and make sure
you don't mix source code changes with reformats. Clearly label
the reformat versions.
can't help you with indent
<snip>
--
Nick Keighley
I'd like to reformat an open source package (OpenLDAP) to a new C style.
8M code, 0.3M lines. With some currently hopeless formatting rules like
tab-width=4.
8M code, 0.3M lines. With some currently hopeless formatting rules like
tab-width=4.
I'm sure that made sense once to save disk space for the
source code, or something:-(
source code, or something:-(
*that* small? I've worked on old mini-computers and even
then we didn't try to save space at the *source* level.
The project's normal rule is "don't
reformat unnecessarily" since it makes source control merge/diff
difficult.
reformat unnecessarily" since it makes source control merge/diff
difficult.
you don't mix source code changes with reformats. Clearly label
the reformat versions.
can't help you with indent
<snip>
--
Nick Keighley
Comment