Do not show changes such as change of the order of functions (Code-Review)
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
In the Code-Review column, If a function is being moved inside a class/file, do not (or optionally) mark it as changes. This could be hard-coded for almost every language.
Also do not show line breaks when using the hide-whitespaces function:
class exampleClass {
    ...
}No change should be shown if it changes to:
class exampleClass 
{
    ...
}Edited  by 🤖 GitLab Bot 🤖