standard
standard copied to clipboard
Disable `EmptyLinesAfterModuleInclusion`
When using concern-heavy patterns, there shouldn't have to be an empty line between every include statement, especially since Standard already only allows one module per include statement (can't do include One, Two, Three).