Remove requirement for a new line before break statement inside the switch.
Keep requirement for empty line after assignment before the break if foreach.
Motivation and Context
Fixes #20.
Testing procedure
[x] I added a test file to WPForms/Tests/TestFiles/
Description
Remove requirement for a new line before break statement inside the switch. Keep requirement for empty line after assignment before the break if foreach.
Motivation and Context
Fixes #20.
Testing procedure