JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoReview Pleaseprogramming.devimagemessage-square112fedilinkarrow-up1997arrow-down117
arrow-up1980arrow-down1imageReview Pleaseprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square112fedilink
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up1·2 years agoOr maybe their IDE had a different auto indent config and they saved it all, then committed it all without checking the diff or the status.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up3·2 years agoYou should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·2 years agoI do like the idea of mandating git clang-format as the Kate project has. That way the other devs don’t need to change their own IDE settings to comply.
Or maybe their IDE had a different auto indent config and they saved it all, then committed it all without checking the
diff
or thestatus
.You should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
I do like the idea of mandating
git clang-format
as the Kate project has.That way the other devs don’t need to change their own IDE settings to comply.