19 May
2020
19 May
'20
10:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25516 --- Comment #8 from Andrew Nugged <nugged@gmail.com> --- (In reply to Jonathan Druart from comment #6)
Make sure you configure your editor correctly for this project, we use 4 spaces indentation, no tab ;)
actually, git's config for 'whitespace' we all have: 'trailing-space,space-before-tab' to protect ourselves against occasional things like above, but it protects in space+tab, in another order, not tab+space, maybe we should try 'indent-with-non-tab,tab-in-indent' too... But now we even added this in our REGEX in team's pre-commit hook now :P -- You are receiving this mail because: You are watching all bug changes.