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