mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
linter: Add and apply new formatting rules
New rules: `InsertNewlineAtEOF: true` `RemoveSemicolon: true` `RequiresClausePosition: WithPreceding`
This commit is contained in:
parent
2c54ee94c1
commit
bf554edfe0
9 changed files with 20 additions and 18 deletions
|
@ -190,4 +190,4 @@ void ConfigComplexChoice::mousePressEvent(QMouseEvent* event)
|
|||
{
|
||||
QComboBox::mousePressEvent(event);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
@ -90,7 +90,7 @@ protected:
|
|||
return Config::Get(setting);
|
||||
}
|
||||
|
||||
virtual void OnConfigChanged() {};
|
||||
virtual void OnConfigChanged() {}
|
||||
|
||||
private:
|
||||
bool IsConfigLocal() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue