https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25516
--- Comment #8 from Andrew Nugged <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
