mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
linter: Add and apply new formatting rules
New rules: `InsertNewlineAtEOF: true` `RemoveSemicolon: true` `RequiresClausePosition: WithPreceding`
This commit is contained in:
@@ -90,7 +90,7 @@ protected:
|
||||
return Config::Get(setting);
|
||||
}
|
||||
|
||||
virtual void OnConfigChanged() {};
|
||||
virtual void OnConfigChanged() {}
|
||||
|
||||
private:
|
||||
bool IsConfigLocal() const
|
||||
|
||||
Reference in New Issue
Block a user