Example
public class
TestClass
{
int
Num = 1;
}
Solution
The default regular expression mask ensures that non-static fields starts with a lowercase letter.
To edit the regular expression, click on the [Details...] button.
public class
TestClass {
int
num = 1;
}