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-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.
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.