codemaid
codemaid copied to clipboard
Single line empty class and methods
Environment
- Visual Studio version: 2019 Professional
- CodeMaid version: 11.2.231
- Code language: C#
Description
When I have an empty class or method, I want to have it in a single line.
public void F()
{
}
public void F() { }
Thanks for the suggestion!