Resolves #7
User perspective
Include the indentation properties into the check and fix command. These are indent_style, indent_size and tab_width.
Developer perspective
While testing the new feature on the ecformat project itself, I found some small violations against the EditorConfig properties. See the commits 29b1b6b376, bb1c84cc0a and 6acd1667b4 for details.
Resolves #7
### User perspective
Include the indentation properties into the `check` and `fix` command. These are `indent_style`, `indent_size` and `tab_width`.
### Developer perspective
While testing the new feature on the ecformat project itself, I found some small violations against the EditorConfig properties. See the commits 29b1b6b3760a1524307055a41f530b69686a0460, bb1c84cc0afe00b62f1e6ade5b8558e3a2bb0240 and 6acd1667b4e1cb59ce2b35f2b906b455b119678b for details.