Resolves #8
User perspective
Include the spelling_language property into the check command. However, it only validates the values set for this property. More details are in the README in the respective section.
The fix command does nothing with that property as an invalid value cannot be fixed automatically. It also does not perform a check instead for this property as fix is not indented to return such errors.
Developer perspective
As this is the first property, which needs an iteration over the .editorconfig files directly, some implementation for this introduced very similar code to the iteration over all files. Therefore, respective refactorings, such as extracting methods, is also part of this Pull Request.