JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoReview Pleaseprogramming.devimagemessage-square102fedilinkarrow-up1909
arrow-up1894imageReview Pleaseprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square102fedilink
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up1·1 year 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·1 year agoYou should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·1 year 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.