Adding .editorconfig to preserve current whitespace styling. #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
looking at your plea for minimal Pull Requests, I decided to add a PR for a EditorConfig first before considering other Pull Requests.
In short: the
.editorconfig
will enforce whitespace styling for this project in a multitude of editors/IDEs, inlcuding the Github online editor natively and vscode and vim via plugins. You can check out https://editorconfig.org/ for all details.As you indicated that there were previous pull requests - in this project or another - that had issues with styling changes, this should alleviate some of those pains in the future.
The PR is also atomic/non-invasive: no code is changed, so there is also no need for a new release.
I know this PR may sound like an advertisement for .editorconfig, but I am in no way affiliated with that project. I am only a (happy) user. The inclusion of the file should only have positive impact, if any.
Feel free to edit the config file further to the project's preferences.